Html Css Color HEX #9AFE16 Spring Bud

📋 copy color: '#9AFE16'

red 154 ◦ green 254 ◦ blue 22

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

Shades of Spring Bud #9AFE16

Tints of Spring Bud #9AFE16

RGB

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

 GREEN value IS 254 (99.61% from 255) = 59.07%

 BLUE value IS 22 (8.98% from 255) = 5.12%

R = 35.81%
G = 59.07%
B = 5.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#9AFE16 (or 0x9AFE16) is known color: Spring Bud. HEX triplet: 9A, FE and 16. RGB value is (154,254,22). Sum of RGB (Red+Green+Blue) = 154+254+22=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 254 (99.61% from 255 or 59.07% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFE16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFE16 is #6501E9. Grayscale: #C6C6C6. Windows color (decimal): -6619626 or 1506970. OLE color: 1506970.

HSL color Cylindrical-coordinate representation of color #9AFE16: hue angle of 85.86º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9AFE16 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB 154 254 22 -
CMYK 0.39 0 0.91 0.00
HSL 85.86º 0.99% 0.54% -
HSV(B) 85.86º 0.91% 1% -
XYZ 48.91 77.81 13.2 -
YUV 197.65 28.87 96.86 -
System Red Green Blue C M Y K H S L
Decimal 154 254 22 0.39 0 0.91 0.00 85.86 0.99 0.54
Hex 9A FE 16 27 0 5B 0 56 63 36
Octal 232 376 26 47 0 133 0 126 143 66
Binary 10011010 11111110 10110 100111 0 1011011 0 1010110 1100011 110110

Color Harmonies of #9AFE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFE16

Black with #9AFE16

Text Example


Text Example

White with #9AFE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,254,22); }

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

background-color css

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

 a { background-color: rgb(154,254,22); }

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

border-color css

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

 span { border-color: rgb(154,254,22); }

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