Html Css Color HEX #9AF016 Spring Bud

📋 copy color: '#9AF016'

red 154 ◦ green 240 ◦ blue 22

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

Shades of Spring Bud #9AF016

Tints of Spring Bud #9AF016

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.69%

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

R = 37.02%
G = 57.69%
B = 5.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#9AF016 (or 0x9AF016) is known color: Spring Bud. HEX triplet: 9A, F0 and 16. RGB value is (154,240,22). Sum of RGB (Red+Green+Blue) = 154+240+22=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 240 (94.14% from 255 or 57.69% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF016 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF016 is #650FE9. Grayscale: #BEBEBE. Windows color (decimal): -6623210 or 1503386. OLE color: 1503386.

HSL color Cylindrical-coordinate representation of color #9AF016: hue angle of 83.67º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9AF016 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 240 22 -
CMYK 0.36 0 0.91 0.06
HSL 83.67º 0.88% 0.51% -
HSV(B) 83.67º 0.91% 0.94% -
XYZ 44.63 69.25 11.77 -
YUV 189.43 33.51 102.73 -
System Red Green Blue C M Y K H S L
Decimal 154 240 22 0.36 0 0.91 0.06 83.67 0.88 0.51
Hex 9A F0 16 24 0 5B 6 54 58 33
Octal 232 360 26 44 0 133 6 124 130 63
Binary 10011010 11110000 10110 100100 0 1011011 110 1010100 1011000 110011

Color Harmonies of #9AF016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF016

Black with #9AF016

Text Example


Text Example

White with #9AF016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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