Html Css Color HEX #9AFA18 Spring Bud

📋 copy color: '#9AFA18'

red 154 ◦ green 250 ◦ blue 24

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

Shades of Spring Bud #9AFA18

Tints of Spring Bud #9AFA18

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58.41%

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

R = 35.98%
G = 58.41%
B = 5.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#9AFA18 (or 0x9AFA18) is known color: Spring Bud. HEX triplet: 9A, FA and 18. RGB value is (154,250,24). Sum of RGB (Red+Green+Blue) = 154+250+24=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 250 (98.05% from 255 or 58.41% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFA18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFA18 is #6505E7. Grayscale: #C4C4C4. Windows color (decimal): -6620648 or 1637018. OLE color: 1637018.

HSL color Cylindrical-coordinate representation of color #9AFA18: hue angle of 85.49º degrees, saturation: 0.96, 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 #9AFA18 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 250 24 -
CMYK 0.38 0 0.90 0.02
HSL 85.49º 0.96% 0.54% -
HSV(B) 85.49º 0.9% 0.98% -
XYZ 47.68 75.31 12.89 -
YUV 195.53 31.2 98.38 -
System Red Green Blue C M Y K H S L
Decimal 154 250 24 0.38 0 0.90 0.02 85.49 0.96 0.54
Hex 9A FA 18 26 0 5A 2 55 60 36
Octal 232 372 30 46 0 132 2 125 140 66
Binary 10011010 11111010 11000 100110 0 1011010 10 1010101 1100000 110110

Color Harmonies of #9AFA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFA18

Black with #9AFA18

Text Example


Text Example

White with #9AFA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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