Html Css Color HEX #9AF815 Spring Bud

📋 copy color: '#9AF815'

red 154 ◦ green 248 ◦ blue 21

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

Shades of Spring Bud #9AF815

Tints of Spring Bud #9AF815

RGB

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

 GREEN value IS 248 (97.27% from 255) = 58.63%

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

R = 36.41%
G = 58.63%
B = 4.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#9AF815 (or 0x9AF815) is known color: Spring Bud. HEX triplet: 9A, F8 and 15. RGB value is (154,248,21). Sum of RGB (Red+Green+Blue) = 154+248+21=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 248 (97.27% from 255 or 58.63% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF815 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF815 is #6507EA. Grayscale: #C2C2C2. Windows color (decimal): -6621163 or 1439898. OLE color: 1439898.

HSL color Cylindrical-coordinate representation of color #9AF815: hue angle of 84.85º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AF815 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 248 21 -
CMYK 0.38 0 0.92 0.03
HSL 84.85º 0.94% 0.53% -
HSV(B) 84.85º 0.92% 0.97% -
XYZ 47.03 74.06 12.53 -
YUV 194.02 30.36 99.46 -
System Red Green Blue C M Y K H S L
Decimal 154 248 21 0.38 0 0.92 0.03 84.85 0.94 0.53
Hex 9A F8 15 26 0 5C 3 55 5E 35
Octal 232 370 25 46 0 134 3 125 136 65
Binary 10011010 11111000 10101 100110 0 1011100 11 1010101 1011110 110101

Color Harmonies of #9AF815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF815

Black with #9AF815

Text Example


Text Example

White with #9AF815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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