Html Css Color HEX #A8D702 Inch Worm

📋 copy color: '#A8D702'

red 168 ◦ green 215 ◦ blue 2

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

Shades of Inch Worm #A8D702

Tints of Inch Worm #A8D702

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.84%

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

R = 43.64%
G = 55.84%
B = 0.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#A8D702 (or 0xA8D702) is known color: Inch Worm. HEX triplet: A8, D7 and 02. RGB value is (168,215,2). Sum of RGB (Red+Green+Blue) = 168+215+2=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D702 is #5728FD. Grayscale: #B1B1B1. Windows color (decimal): -5712126 or 186280. OLE color: 186280.

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

Color convert

RGB 168 215 2 -
CMYK 0.22 0 0.99 0.16
HSL 73.24º 0.98% 0.43% -
HSV(B) 73.24º 0.99% 0.84% -
XYZ 40.46 56.93 8.91 -
YUV 176.67 29.43 121.82 -
System Red Green Blue C M Y K H S L
Decimal 168 215 2 0.22 0 0.99 0.16 73.24 0.98 0.43
Hex A8 D7 2 16 0 63 10 49 62 2B
Octal 250 327 2 26 0 143 20 111 142 53
Binary 10101000 11010111 10 10110 0 1100011 10000 1001001 1100010 101011

Color Harmonies of #A8D702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D702

Black with #A8D702

Text Example


Text Example

White with #A8D702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D702; }

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

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

background-color css

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

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

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

border-color css

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

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

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