Html Css Color HEX #9AE600 Spring Bud

📋 copy color: '#9AE600'

red 154 ◦ green 230 ◦ blue 0

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

Shades of Spring Bud #9AE600

Tints of Spring Bud #9AE600

RGB

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

 GREEN value IS 230 (90.23% from 255) = 59.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.1%
G = 59.9%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#9AE600 (or 0x9AE600) is known color: Spring Bud. HEX triplet: 9A, E6 and 00. RGB value is (154,230,0). Sum of RGB (Red+Green+Blue) = 154+230+0=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 230 (90.23% from 255 or 59.90% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 230 - color contains mainly: green. Hex color #9AE600 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AE600 is #6519FF. Grayscale: #B5B5B5. Windows color (decimal): -6625792 or 59034. OLE color: 59034.

HSL color Cylindrical-coordinate representation of color #9AE600: hue angle of 79.83º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9AE600 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 154 230 0 -
CMYK 0.33 0 1 0.10
HSL 79.83º 1% 0.45% -
HSV(B) 79.83º 1% 0.9% -
XYZ 41.62 63.46 10.06 -
YUV 181.06 25.82 108.7 -
System Red Green Blue C M Y K H S L
Decimal 154 230 0 0.33 0 1 0.10 79.83 1 0.45
Hex 9A E6 0 21 0 64 A 50 64 2D
Octal 232 346 0 41 0 144 12 120 144 55
Binary 10011010 11100110 0 100001 0 1100100 1010 1010000 1100100 101101

Color Harmonies of #9AE600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE600

Black with #9AE600

Text Example


Text Example

White with #9AE600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,230,0); }

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

background-color css

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

 a { background-color: rgb(154,230,0); }

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

border-color css

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

 span { border-color: rgb(154,230,0); }

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