Html Css Color HEX #9AFF15 Spring Bud

📋 copy color: '#9AFF15'

red 154 ◦ green 255 ◦ blue 21

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

Shades of Spring Bud #9AFF15

Tints of Spring Bud #9AFF15

RGB

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

 GREEN value IS 255 (100% from 255) = 59.3%

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

R = 35.81%
G = 59.3%
B = 4.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#9AFF15 (or 0x9AFF15) is known color: Spring Bud. HEX triplet: 9A, FF and 15. RGB value is (154,255,21). Sum of RGB (Red+Green+Blue) = 154+255+21=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 255 (100% from 255 or 59.30% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFF15 is #6500EA. Grayscale: #C6C6C6. Windows color (decimal): -6619371 or 1441690. OLE color: 1441690.

HSL color Cylindrical-coordinate representation of color #9AFF15: hue angle of 85.9º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AFF15 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 154 255 21 -
CMYK 0.40 0 0.92 0
HSL 85.9º 1% 0.54% -
HSV(B) 85.9º 0.92% 1% -
XYZ 49.22 78.44 13.26 -
YUV 198.13 28.04 96.53 -
System Red Green Blue C M Y K H S L
Decimal 154 255 21 0.40 0 0.92 0 85.9 1 0.54
Hex 9A FF 15 28 0 5C 0 56 64 36
Octal 232 377 25 50 0 134 0 126 144 66
Binary 10011010 11111111 10101 101000 0 1011100 0 1010110 1100100 110110

Color Harmonies of #9AFF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFF15

Black with #9AFF15

Text Example


Text Example

White with #9AFF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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