Html Css Color HEX #9AE320 Inch Worm

📋 copy color: '#9AE320'

red 154 ◦ green 227 ◦ blue 32

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

Shades of Inch Worm #9AE320

Tints of Inch Worm #9AE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 54.96%

 BLUE value IS 32 (12.89% from 255) = 7.75%

R = 37.29%
G = 54.96%
B = 7.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#9AE320 (or 0x9AE320) is known color: Inch Worm. HEX triplet: 9A, E3 and 20. RGB value is (154,227,32). Sum of RGB (Red+Green+Blue) = 154+227+32=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 227 (89.06% from 255 or 54.96% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 227 - color contains mainly: green. Hex color #9AE320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AE320 is #651CDF. Grayscale: #B7B7B7. Windows color (decimal): -6626528 or 2155418. OLE color: 2155418.

HSL color Cylindrical-coordinate representation of color #9AE320: hue angle of 82.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9AE320 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 154 227 32 -
CMYK 0.32 0 0.86 0.11
HSL 82.46º 0.78% 0.51% -
HSV(B) 82.46º 0.86% 0.89% -
XYZ 41.06 61.91 11.15 -
YUV 182.94 42.82 107.36 -
System Red Green Blue C M Y K H S L
Decimal 154 227 32 0.32 0 0.86 0.11 82.46 0.78 0.51
Hex 9A E3 20 20 0 56 B 52 4E 33
Octal 232 343 40 40 0 126 13 122 116 63
Binary 10011010 11100011 100000 100000 0 1010110 1011 1010010 1001110 110011

Color Harmonies of #9AE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE320

Black with #9AE320

Text Example


Text Example

White with #9AE320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,227,32); }

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

background-color css

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

 a { background-color: rgb(154,227,32); }

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

border-color css

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

 span { border-color: rgb(154,227,32); }

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