#92F8A5

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

Shades of Pale Green #92F8A5

Tints of Pale Green #92F8A5

Color information

#92F8A5 (or 0x92F8A5) is unknown color: approx Pale Green. HEX triplet: 92, F8 and A5. RGB value is (146,248,165). Sum of RGB (Red+Green+Blue) = 146+248+165=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #92F8A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F8A5 is #6D075A. Grayscale: #D0D0D0. Windows color (decimal): -7145307 or 10877074. OLE color: 10877074.

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

Color convert

RGB146248165-
CMYK0.4100.330.03
HSL131.18º87.93%77.25%-
HSV(B)131.18º41.13%97.25%-
XYZ52.2175.9647.51-
YUV208.04103.7183.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.12%
GREEN value IS 248 (97.27% from 255) = 44.36%
BLUE value IS 165 (64.84% from 255) = 29.52%
R=26.12%
G=44.36%
B=29.52%

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
Decimal1462481650.4100.330.03131.1887.9377.25
Hex92F8A529021383584d
Octal222370245510413203130115
Binary1001001011111000101001011010010100001111000001110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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