#92F8A6

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

Shades of Pale Green #92F8A6

Tints of Pale Green #92F8A6

Color information

#92F8A6 (or 0x92F8A6) is unknown color: approx Pale Green. HEX triplet: 92, F8 and A6. RGB value is (146,248,166). Sum of RGB (Red+Green+Blue) = 146+248+166=560 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.07% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #92F8A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F8A6 is #6D0759. Grayscale: #D0D0D0. Windows color (decimal): -7145306 or 10942610. OLE color: 10942610.

HSL color Cylindrical-coordinate representation of color #92F8A6: hue angle of 131.76º 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 #92F8A6 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB146248166-
CMYK0.4100.330.03
HSL131.76º87.93%77.25%-
HSV(B)131.76º41.13%97.25%-
XYZ52.37647.99-
YUV208.15104.2183.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.07%
GREEN value IS 248 (97.27% from 255) = 44.29%
BLUE value IS 166 (65.23% from 255) = 29.64%
R=26.07%
G=44.29%
B=29.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1462481660.4100.330.03131.7687.9377.25
Hex92F8A629021384584d
Octal222370246510413204130115
Binary1001001011111000101001101010010100001111000010010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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