Html Css Color HEX #9AFB0E Spring Bud

📋 copy color: '#9AFB0E'

red 154 ◦ green 251 ◦ blue 14

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

Shades of Spring Bud #9AFB0E

Tints of Spring Bud #9AFB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.34%

R = 36.75%
G = 59.9%
B = 3.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#9AFB0E (or 0x9AFB0E) is known color: Spring Bud. HEX triplet: 9A, FB and 0E. RGB value is (154,251,14). Sum of RGB (Red+Green+Blue) = 154+251+14=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 251 (98.44% from 255 or 59.90% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFB0E is #6504F1. Grayscale: #C3C3C3. Windows color (decimal): -6620402 or 981914. OLE color: 981914.

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

Color convert

RGB 154 251 14 -
CMYK 0.39 0 0.94 0.02
HSL 84.56º 0.97% 0.52% -
HSV(B) 84.56º 0.94% 0.98% -
XYZ 47.9 75.9 12.54 -
YUV 194.98 25.86 98.77 -
System Red Green Blue C M Y K H S L
Decimal 154 251 14 0.39 0 0.94 0.02 84.56 0.97 0.52
Hex 9A FB E 27 0 5E 2 55 61 34
Octal 232 373 16 47 0 136 2 125 141 64
Binary 10011010 11111011 1110 100111 0 1011110 10 1010101 1100001 110100

Color Harmonies of #9AFB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFB0E

Black with #9AFB0E

Text Example


Text Example

White with #9AFB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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