#92F8A4

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

Shades of Pale Green #92F8A4

Tints of Pale Green #92F8A4

Color information

#92F8A4 (or 0x92F8A4) is unknown color: approx Pale Green. HEX triplet: 92, F8 and A4. RGB value is (146,248,164). Sum of RGB (Red+Green+Blue) = 146+248+164=558 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.16% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 248 - color contains mainly: green. Hex color #92F8A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F8A4 is #6D075B. Grayscale: #D0D0D0. Windows color (decimal): -7145308 or 10811538. OLE color: 10811538.

HSL color Cylindrical-coordinate representation of color #92F8A4: hue angle of 130.59º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F8A4 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB146248164-
CMYK0.4100.340.03
HSL130.59º87.93%77.25%-
HSV(B)130.59º41.13%97.25%-
XYZ52.1275.9347.03-
YUV207.93103.2183.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.16%
GREEN value IS 248 (97.27% from 255) = 44.44%
BLUE value IS 164 (64.45% from 255) = 29.39%
R=26.16%
G=44.44%
B=29.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1462481640.4100.340.03130.5987.9377.25
Hex92F8A429022383584d
Octal222370244510423203130115
Binary1001001011111000101001001010010100010111000001110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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