Html Css Color HEX #9AFF11 Spring Bud

📋 copy color: '#9AFF11'

red 154 ◦ green 255 ◦ blue 17

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

Shades of Spring Bud #9AFF11

Tints of Spring Bud #9AFF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.99%

R = 36.15%
G = 59.86%
B = 3.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#9AFF11 (or 0x9AFF11) is known color: Spring Bud. HEX triplet: 9A, FF and 11. RGB value is (154,255,17). Sum of RGB (Red+Green+Blue) = 154+255+17=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFF11 is #6500EE. Grayscale: #C6C6C6. Windows color (decimal): -6619375 or 1179546. OLE color: 1179546.

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

Color convert

RGB 154 255 17 -
CMYK 0.40 0 0.93 0
HSL 85.46º 1% 0.53% -
HSV(B) 85.46º 0.93% 1% -
XYZ 49.19 78.43 13.08 -
YUV 197.67 26.04 96.85 -
System Red Green Blue C M Y K H S L
Decimal 154 255 17 0.40 0 0.93 0 85.46 1 0.53
Hex 9A FF 11 28 0 5D 0 55 64 35
Octal 232 377 21 50 0 135 0 125 144 65
Binary 10011010 11111111 10001 101000 0 1011101 0 1010101 1100100 110101

Color Harmonies of #9AFF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFF11

Black with #9AFF11

Text Example


Text Example

White with #9AFF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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