#92EFA4

Color #92EFA4 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #92EFA4

Tints of Pale Green #92EFA4

Color information

#92EFA4 (or 0x92EFA4) is unknown color: approx Pale Green. HEX triplet: 92, EF and A4. RGB value is (146,239,164). Sum of RGB (Red+Green+Blue) = 146+239+164=549 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.59% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #92EFA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EFA4 is #6D105B. Grayscale: #CACACA. Windows color (decimal): -7147612 or 10809234. OLE color: 10809234.

HSL color Cylindrical-coordinate representation of color #92EFA4: hue angle of 131.61º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EFA4 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB146239164-
CMYK0.3900.310.06
HSL131.61º74.4%75.49%-
HSV(B)131.61º38.91%93.73%-
XYZ49.4270.5246.13-
YUV202.64106.1987.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 26.59%
GREEN value IS 239 (93.75% from 255) = 43.53%
BLUE value IS 164 (64.45% from 255) = 29.87%
R=26.59%
G=43.53%
B=29.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462391640.3900.310.06131.6174.475.49
Hex92EFA42701F6844a4b
Octal222357244470376204112113
Binary1001001011101111101001001001110111111101000010010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92EFA4; }

 p { color: rgb(146,239,164); }

 H1.HeaderClassName
 {
   color: #92EFA4;
 }
 .AnyTagClassName
 {
   color: #92EFA4;
 }
</style>
background-color css

<style>
 a { background-color: #92EFA4; }

 a { background-color: rgb(146,239,164); }

 div.DivClassName
 {
   background-color: #92EFA4;
 }
 .BgClassName
 {
   background-color: #92EFA4;
 }
</style>
border-color css

<style>
 span { border-color: #92EFA4; }

 span { border-color: rgb(146,239,164); }

 td.TdClassName
 {
   border-color: #92EFA4;
 }
 .TagClassName
 {
   border-color: #92EFA4;
 }
</style>