Html Css Color HEX #A8EB0D Inch Worm

📋 copy color: '#A8EB0D'

red 168 ◦ green 235 ◦ blue 13

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

Shades of Inch Worm #A8EB0D

Tints of Inch Worm #A8EB0D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 56.49%

 BLUE value IS 13 (5.47% from 255) = 3.13%

R = 40.38%
G = 56.49%
B = 3.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#A8EB0D (or 0xA8EB0D) is known color: Inch Worm. HEX triplet: A8, EB and 0D. RGB value is (168,235,13). Sum of RGB (Red+Green+Blue) = 168+235+13=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 235 (92.19% from 255 or 56.49% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EB0D is #5714F2. Grayscale: #BEBEBE. Windows color (decimal): -5706995 or 912296. OLE color: 912296.

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

Color convert

RGB 168 235 13 -
CMYK 0.29 0 0.94 0.08
HSL 78.11º 0.9% 0.49% -
HSV(B) 78.11º 0.94% 0.92% -
XYZ 45.93 67.77 11.04 -
YUV 189.66 28.3 112.55 -
System Red Green Blue C M Y K H S L
Decimal 168 235 13 0.29 0 0.94 0.08 78.11 0.9 0.49
Hex A8 EB D 1D 0 5E 8 4E 5A 31
Octal 250 353 15 35 0 136 10 116 132 61
Binary 10101000 11101011 1101 11101 0 1011110 1000 1001110 1011010 110001

Color Harmonies of #A8EB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EB0D

Black with #A8EB0D

Text Example


Text Example

White with #A8EB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EB0D; }

 p { color: rgb(168,235,13); }

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

background-color css

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

 a { background-color: rgb(168,235,13); }

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

border-color css

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

 span { border-color: rgb(168,235,13); }

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