Html Css Color HEX #A5E00C Inch Worm

📋 copy color: '#A5E00C'

red 165 ◦ green 224 ◦ blue 12

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

Shades of Inch Worm #A5E00C

Tints of Inch Worm #A5E00C

RGB

 RED value IS 165 (64.84% from 255) = 41.15%

 GREEN value IS 224 (87.89% from 255) = 55.86%

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 41.15%
G = 55.86%
B = 2.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#A5E00C (or 0xA5E00C) is known color: Inch Worm. HEX triplet: A5, E0 and 0C. RGB value is (165,224,12). Sum of RGB (Red+Green+Blue) = 165+224+12=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 224 (87.89% from 255 or 55.86% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E00C is #5A1FF3. Grayscale: #B6B6B6. Windows color (decimal): -5906420 or 843941. OLE color: 843941.

HSL color Cylindrical-coordinate representation of color #A5E00C: hue angle of 76.7º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5E00C is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 12 -
CMYK 0.26 0 0.95 0.12
HSL 76.7º 0.9% 0.46% -
HSV(B) 76.7º 0.95% 0.88% -
XYZ 42.24 61.34 9.96 -
YUV 182.19 31.95 115.74 -
System Red Green Blue C M Y K H S L
Decimal 165 224 12 0.26 0 0.95 0.12 76.7 0.9 0.46
Hex A5 E0 C 1A 0 5F C 4D 5A 2E
Octal 245 340 14 32 0 137 14 115 132 56
Binary 10100101 11100000 1100 11010 0 1011111 1100 1001101 1011010 101110

Color Harmonies of #A5E00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E00C

Black with #A5E00C

Text Example


Text Example

White with #A5E00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E00C; }

 p { color: rgb(165,224,12); }

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

background-color css

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

 a { background-color: rgb(165,224,12); }

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

border-color css

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

 span { border-color: rgb(165,224,12); }

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