Html Css Color HEX #9AF215 Spring Bud

📋 copy color: '#9AF215'

red 154 ◦ green 242 ◦ blue 21

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

Shades of Spring Bud #9AF215

Tints of Spring Bud #9AF215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.04%

R = 36.93%
G = 58.03%
B = 5.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#9AF215 (or 0x9AF215) is known color: Spring Bud. HEX triplet: 9A, F2 and 15. RGB value is (154,242,21). Sum of RGB (Red+Green+Blue) = 154+242+21=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 242 (94.92% from 255 or 58.03% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF215 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF215 is #650DEA. Grayscale: #BFBFBF. Windows color (decimal): -6622699 or 1438362. OLE color: 1438362.

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

Color convert

RGB 154 242 21 -
CMYK 0.36 0 0.91 0.05
HSL 83.89º 0.89% 0.52% -
HSV(B) 83.89º 0.91% 0.95% -
XYZ 45.21 70.43 11.92 -
YUV 190.49 32.35 101.97 -
System Red Green Blue C M Y K H S L
Decimal 154 242 21 0.36 0 0.91 0.05 83.89 0.89 0.52
Hex 9A F2 15 24 0 5B 5 54 59 34
Octal 232 362 25 44 0 133 5 124 131 64
Binary 10011010 11110010 10101 100100 0 1011011 101 1010100 1011001 110100

Color Harmonies of #9AF215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF215

Black with #9AF215

Text Example


Text Example

White with #9AF215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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