Html Css Color HEX #9AFB0C Spring Bud

📋 copy color: '#9AFB0C'

red 154 ◦ green 251 ◦ blue 12

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

Shades of Spring Bud #9AFB0C

Tints of Spring Bud #9AFB0C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 60.19%

 BLUE value IS 12 (5.08% from 255) = 2.88%

R = 36.93%
G = 60.19%
B = 2.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#9AFB0C (or 0x9AFB0C) is known color: Spring Bud. HEX triplet: 9A, FB and 0C. RGB value is (154,251,12). Sum of RGB (Red+Green+Blue) = 154+251+12=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 251 (98.44% from 255 or 60.19% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFB0C is #6504F3. Grayscale: #C3C3C3. Windows color (decimal): -6620404 or 850842. OLE color: 850842.

HSL color Cylindrical-coordinate representation of color #9AFB0C: hue angle of 84.35º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9AFB0C is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 251 12 -
CMYK 0.39 0 0.95 0.02
HSL 84.35º 0.97% 0.52% -
HSV(B) 84.35º 0.95% 0.98% -
XYZ 47.89 75.89 12.47 -
YUV 194.75 24.86 98.93 -
System Red Green Blue C M Y K H S L
Decimal 154 251 12 0.39 0 0.95 0.02 84.35 0.97 0.52
Hex 9A FB C 27 0 5F 2 54 61 34
Octal 232 373 14 47 0 137 2 124 141 64
Binary 10011010 11111011 1100 100111 0 1011111 10 1010100 1100001 110100

Color Harmonies of #9AFB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFB0C

Black with #9AFB0C

Text Example


Text Example

White with #9AFB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,251,12); }

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

background-color css

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

 a { background-color: rgb(154,251,12); }

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

border-color css

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

 span { border-color: rgb(154,251,12); }

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