Html Css Color HEX #9AFB18 Spring Bud

📋 copy color: '#9AFB18'

red 154 ◦ green 251 ◦ blue 24

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

Shades of Spring Bud #9AFB18

Tints of Spring Bud #9AFB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.59%

R = 35.9%
G = 58.51%
B = 5.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#9AFB18 (or 0x9AFB18) is known color: Spring Bud. HEX triplet: 9A, FB and 18. RGB value is (154,251,24). Sum of RGB (Red+Green+Blue) = 154+251+24=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 251 (98.44% from 255 or 58.51% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFB18 is #6504E7. Grayscale: #C4C4C4. Windows color (decimal): -6620392 or 1637274. OLE color: 1637274.

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

Color convert

RGB 154 251 24 -
CMYK 0.39 0 0.90 0.02
HSL 85.64º 0.97% 0.54% -
HSV(B) 85.64º 0.9% 0.98% -
XYZ 47.99 75.93 12.99 -
YUV 196.12 30.86 97.96 -
System Red Green Blue C M Y K H S L
Decimal 154 251 24 0.39 0 0.90 0.02 85.64 0.97 0.54
Hex 9A FB 18 27 0 5A 2 56 61 36
Octal 232 373 30 47 0 132 2 126 141 66
Binary 10011010 11111011 11000 100111 0 1011010 10 1010110 1100001 110110

Color Harmonies of #9AFB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFB18

Black with #9AFB18

Text Example


Text Example

White with #9AFB18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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