Html Css Color HEX #A8DA02 Inch Worm

📋 copy color: '#A8DA02'

red 168 ◦ green 218 ◦ blue 2

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

Shades of Inch Worm #A8DA02

Tints of Inch Worm #A8DA02

RGB

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

 GREEN value IS 218 (85.55% from 255) = 56.19%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 43.3%
G = 56.19%
B = 0.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#A8DA02 (or 0xA8DA02) is known color: Inch Worm. HEX triplet: A8, DA and 02. RGB value is (168,218,2). Sum of RGB (Red+Green+Blue) = 168+218+2=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DA02 is #5725FD. Grayscale: #B3B3B3. Windows color (decimal): -5711358 or 187048. OLE color: 187048.

HSL color Cylindrical-coordinate representation of color #A8DA02: hue angle of 73.89º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8DA02 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 218 2 -
CMYK 0.23 0 0.99 0.15
HSL 73.89º 0.98% 0.43% -
HSV(B) 73.89º 0.99% 0.85% -
XYZ 41.23 58.47 9.17 -
YUV 178.43 28.44 120.56 -
System Red Green Blue C M Y K H S L
Decimal 168 218 2 0.23 0 0.99 0.15 73.89 0.98 0.43
Hex A8 DA 2 17 0 63 F 4A 62 2B
Octal 250 332 2 27 0 143 17 112 142 53
Binary 10101000 11011010 10 10111 0 1100011 1111 1001010 1100010 101011

Color Harmonies of #A8DA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA02

Black with #A8DA02

Text Example


Text Example

White with #A8DA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA02; }

 p { color: rgb(168,218,2); }

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

background-color css

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

 a { background-color: rgb(168,218,2); }

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

border-color css

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

 span { border-color: rgb(168,218,2); }

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