Html Css Color HEX #9AF516 Spring Bud

📋 copy color: '#9AF516'

red 154 ◦ green 245 ◦ blue 22

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

Shades of Spring Bud #9AF516

Tints of Spring Bud #9AF516

RGB

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

 GREEN value IS 245 (96.09% from 255) = 58.19%

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

R = 36.58%
G = 58.19%
B = 5.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#9AF516 (or 0x9AF516) is known color: Spring Bud. HEX triplet: 9A, F5 and 16. RGB value is (154,245,22). Sum of RGB (Red+Green+Blue) = 154+245+22=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 245 (96.09% from 255 or 58.19% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 245 - color contains mainly: green. Hex color #9AF516 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF516 is #650AE9. Grayscale: #C1C1C1. Windows color (decimal): -6621930 or 1504666. OLE color: 1504666.

HSL color Cylindrical-coordinate representation of color #9AF516: hue angle of 84.48º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9AF516 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 245 22 -
CMYK 0.37 0 0.91 0.04
HSL 84.48º 0.92% 0.52% -
HSV(B) 84.48º 0.91% 0.96% -
XYZ 46.12 72.23 12.27 -
YUV 192.37 31.85 100.63 -
System Red Green Blue C M Y K H S L
Decimal 154 245 22 0.37 0 0.91 0.04 84.48 0.92 0.52
Hex 9A F5 16 25 0 5B 4 54 5C 34
Octal 232 365 26 45 0 133 4 124 134 64
Binary 10011010 11110101 10110 100101 0 1011011 100 1010100 1011100 110100

Color Harmonies of #9AF516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF516

Black with #9AF516

Text Example


Text Example

White with #9AF516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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