#92EFA5

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

Shades of Pale Green #92EFA5

Tints of Pale Green #92EFA5

Color information

#92EFA5 (or 0x92EFA5) is unknown color: approx Pale Green. HEX triplet: 92, EF and A5. RGB value is (146,239,165). Sum of RGB (Red+Green+Blue) = 146+239+165=550 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.55% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #92EFA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EFA5 is #6D105A. Grayscale: #CACACA. Windows color (decimal): -7147611 or 10874770. OLE color: 10874770.

HSL color Cylindrical-coordinate representation of color #92EFA5: hue angle of 132.26º 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 #92EFA5 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB146239165-
CMYK0.3900.310.06
HSL132.26º74.4%75.49%-
HSV(B)132.26º38.91%93.73%-
XYZ49.5170.5646.61-
YUV202.76106.6987.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.55%
GREEN value IS 239 (93.75% from 255) = 43.45%
BLUE value IS 165 (64.84% from 255) = 30%
R=26.55%
G=43.45%
B=30%

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
Decimal1462391650.3900.310.06132.2674.475.49
Hex92EFA52701F6844a4b
Octal222357245470376204112113
Binary1001001011101111101001011001110111111101000010010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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