Html Css Color HEX #A8ED0C Inch Worm

📋 copy color: '#A8ED0C'

red 168 ◦ green 237 ◦ blue 12

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

Shades of Inch Worm #A8ED0C

Tints of Inch Worm #A8ED0C

RGB

 RED value IS 168 (66.02% from 255) = 40.29%

 GREEN value IS 237 (92.97% from 255) = 56.83%

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

R = 40.29%
G = 56.83%
B = 2.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#A8ED0C (or 0xA8ED0C) is known color: Inch Worm. HEX triplet: A8, ED and 0C. RGB value is (168,237,12). Sum of RGB (Red+Green+Blue) = 168+237+12=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 237 (92.97% from 255 or 56.83% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8ED0C is #5712F3. Grayscale: #BFBFBF. Windows color (decimal): -5706484 or 847272. OLE color: 847272.

HSL color Cylindrical-coordinate representation of color #A8ED0C: hue angle of 78.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8ED0C is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 237 12 -
CMYK 0.29 0 0.95 0.07
HSL 78.4º 0.9% 0.49% -
HSV(B) 78.4º 0.95% 0.93% -
XYZ 46.5 68.92 11.2 -
YUV 190.72 27.14 111.8 -
System Red Green Blue C M Y K H S L
Decimal 168 237 12 0.29 0 0.95 0.07 78.4 0.9 0.49
Hex A8 ED C 1D 0 5F 7 4E 5A 31
Octal 250 355 14 35 0 137 7 116 132 61
Binary 10101000 11101101 1100 11101 0 1011111 111 1001110 1011010 110001

Color Harmonies of #A8ED0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ED0C

Black with #A8ED0C

Text Example


Text Example

White with #A8ED0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ED0C; }

 p { color: rgb(168,237,12); }

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

background-color css

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

 a { background-color: rgb(168,237,12); }

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

border-color css

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

 span { border-color: rgb(168,237,12); }

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