Html Css Color HEX #9AF213 Spring Bud

📋 copy color: '#9AF213'

red 154 ◦ green 242 ◦ blue 19

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

Shades of Spring Bud #9AF213

Tints of Spring Bud #9AF213

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.31%

 BLUE value IS 19 (7.81% from 255) = 4.58%

R = 37.11%
G = 58.31%
B = 4.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#9AF213 (or 0x9AF213) is known color: Spring Bud. HEX triplet: 9A, F2 and 13. RGB value is (154,242,19). Sum of RGB (Red+Green+Blue) = 154+242+19=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 242 (94.92% from 255 or 58.31% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF213 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF213 is #650DEC. Grayscale: #BFBFBF. Windows color (decimal): -6622701 or 1307290. OLE color: 1307290.

HSL color Cylindrical-coordinate representation of color #9AF213: hue angle of 83.68º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AF213 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 242 19 -
CMYK 0.36 0 0.92 0.05
HSL 83.68º 0.9% 0.51% -
HSV(B) 83.68º 0.92% 0.95% -
XYZ 45.2 70.42 11.83 -
YUV 190.27 31.35 102.13 -
System Red Green Blue C M Y K H S L
Decimal 154 242 19 0.36 0 0.92 0.05 83.68 0.9 0.51
Hex 9A F2 13 24 0 5C 5 54 5A 33
Octal 232 362 23 44 0 134 5 124 132 63
Binary 10011010 11110010 10011 100100 0 1011100 101 1010100 1011010 110011

Color Harmonies of #9AF213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF213

Black with #9AF213

Text Example


Text Example

White with #9AF213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,242,19); }

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

background-color css

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

 a { background-color: rgb(154,242,19); }

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

border-color css

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

 span { border-color: rgb(154,242,19); }

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