Html Css Color HEX #9AF212 Spring Bud

📋 copy color: '#9AF212'

red 154 ◦ green 242 ◦ blue 18

#9AF212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #9AF212

Tints of Spring Bud #9AF212

RGB

 RED value IS 154 (60.55% from 255) = 37.2%

 GREEN value IS 242 (94.92% from 255) = 58.45%

 BLUE value IS 18 (7.42% from 255) = 4.35%

R = 37.2%
G = 58.45%
B = 4.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#9AF212 (or 0x9AF212) is known color: Spring Bud. HEX triplet: 9A, F2 and 12. RGB value is (154,242,18). Sum of RGB (Red+Green+Blue) = 154+242+18=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 242 (94.92% from 255 or 58.45% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF212 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF212 is #650DED. Grayscale: #BEBEBE. Windows color (decimal): -6622702 or 1241754. OLE color: 1241754.

HSL color Cylindrical-coordinate representation of color #9AF212: hue angle of 83.57º 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 #9AF212 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 242 18 -
CMYK 0.36 0 0.93 0.05
HSL 83.57º 0.9% 0.51% -
HSV(B) 83.57º 0.93% 0.95% -
XYZ 45.19 70.42 11.78 -
YUV 190.15 30.85 102.21 -
System Red Green Blue C M Y K H S L
Decimal 154 242 18 0.36 0 0.93 0.05 83.57 0.9 0.51
Hex 9A F2 12 24 0 5D 5 54 5A 33
Octal 232 362 22 44 0 135 5 124 132 63
Binary 10011010 11110010 10010 100100 0 1011101 101 1010100 1011010 110011

Color Harmonies of #9AF212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF212

Black with #9AF212

Text Example


Text Example

White with #9AF212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AF212; }

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

 H1.HeaderClassName
 {
   color: #9AF212;
 }
 .AnyTagClassName
 {
   color: #9AF212;
 }
</style>

background-color css

<style>
 a { background-color: #9AF212; }

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

 div.DivClassName
 {
   background-color: #9AF212;
 }
 .BgClassName
 {
   background-color: #9AF212;
 }
</style>

border-color css

<style>
 span { border-color: #9AF212; }

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

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