#92F212

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

Shades of Chartreuse #92F212

Tints of Chartreuse #92F212

Color information

#92F212 (or 0x92F212) is unknown color: approx Chartreuse. HEX triplet: 92, F2 and 12. RGB value is (146,242,18). Sum of RGB (Red+Green+Blue) = 146+242+18=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #92F212 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92F212 is #6D0DED. Grayscale: #BCBCBC. Windows color (decimal): -7146990 or 1241746. OLE color: 1241746.

HSL color Cylindrical-coordinate representation of color #92F212: hue angle of 85.71º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92F212 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB14624218-
CMYK0.4000.930.05
HSL85.71º89.6%50.98%-
HSV(B)85.71º92.56%94.9%-
XYZ43.7269.6611.71-
YUV187.7632.298.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.96%
GREEN value IS 242 (94.92% from 255) = 59.61%
BLUE value IS 18 (7.42% from 255) = 4.43%
R=35.96%
G=59.61%
B=4.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal146242180.4000.930.0585.7189.650.98
Hex92F2122805D5565a33
Octal22236222500135512613263
Binary1001001011110010100101010000101110110110101101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,242,18); }

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

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

 a { background-color: rgb(146,242,18); }

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

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

 span { border-color: rgb(146,242,18); }

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