Html Css Color HEX #9AFC12 Spring Bud

📋 copy color: '#9AFC12'

red 154 ◦ green 252 ◦ blue 18

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

Shades of Spring Bud #9AFC12

Tints of Spring Bud #9AFC12

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.43%

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

R = 36.32%
G = 59.43%
B = 4.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#9AFC12 (or 0x9AFC12) is known color: Spring Bud. HEX triplet: 9A, FC and 12. RGB value is (154,252,18). Sum of RGB (Red+Green+Blue) = 154+252+18=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 252 (98.83% from 255 or 59.43% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFC12 is #6503ED. Grayscale: #C4C4C4. Windows color (decimal): -6620142 or 1244314. OLE color: 1244314.

HSL color Cylindrical-coordinate representation of color #9AFC12: hue angle of 85.13º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9AFC12 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 252 18 -
CMYK 0.39 0 0.93 0.01
HSL 85.13º 0.98% 0.53% -
HSV(B) 85.13º 0.93% 0.99% -
XYZ 48.25 76.53 12.8 -
YUV 196.02 27.53 98.03 -
System Red Green Blue C M Y K H S L
Decimal 154 252 18 0.39 0 0.93 0.01 85.13 0.98 0.53
Hex 9A FC 12 27 0 5D 1 55 62 35
Octal 232 374 22 47 0 135 1 125 142 65
Binary 10011010 11111100 10010 100111 0 1011101 1 1010101 1100010 110101

Color Harmonies of #9AFC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFC12

Black with #9AFC12

Text Example


Text Example

White with #9AFC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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