Html Css Color HEX #A8E003 Inch Worm

📋 copy color: '#A8E003'

red 168 ◦ green 224 ◦ blue 3

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

Shades of Inch Worm #A8E003

Tints of Inch Worm #A8E003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 42.53%
G = 56.71%
B = 0.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#A8E003 (or 0xA8E003) is known color: Inch Worm. HEX triplet: A8, E0 and 03. RGB value is (168,224,3). Sum of RGB (Red+Green+Blue) = 168+224+3=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 3 (1.56% from 255 or 0.76% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E003 is #571FFC. Grayscale: #B6B6B6. Windows color (decimal): -5709821 or 254120. OLE color: 254120.

HSL color Cylindrical-coordinate representation of color #A8E003: hue angle of 75.2º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8E003 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 224 3 -
CMYK 0.25 0 0.99 0.12
HSL 75.2º 0.97% 0.45% -
HSV(B) 75.2º 0.99% 0.88% -
XYZ 42.82 61.64 9.73 -
YUV 182.06 26.95 117.97 -
System Red Green Blue C M Y K H S L
Decimal 168 224 3 0.25 0 0.99 0.12 75.2 0.97 0.45
Hex A8 E0 3 19 0 63 C 4B 61 2D
Octal 250 340 3 31 0 143 14 113 141 55
Binary 10101000 11100000 11 11001 0 1100011 1100 1001011 1100001 101101

Color Harmonies of #A8E003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E003

Black with #A8E003

Text Example


Text Example

White with #A8E003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E003; }

 p { color: rgb(168,224,3); }

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

background-color css

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

 a { background-color: rgb(168,224,3); }

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

border-color css

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

 span { border-color: rgb(168,224,3); }

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