Html Css Color HEX #A5D208 Inch Worm

📋 copy color: '#A5D208'

red 165 ◦ green 210 ◦ blue 8

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

Shades of Inch Worm #A5D208

Tints of Inch Worm #A5D208

RGB

 RED value IS 165 (64.84% from 255) = 43.08%

 GREEN value IS 210 (82.42% from 255) = 54.83%

 BLUE value IS 8 (3.52% from 255) = 2.09%

R = 43.08%
G = 54.83%
B = 2.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#A5D208 (or 0xA5D208) is known color: Inch Worm. HEX triplet: A5, D2 and 08. RGB value is (165,210,8). Sum of RGB (Red+Green+Blue) = 165+210+8=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 210 (82.42% from 255 or 54.83% from 383); Blue value is 8 (3.52% from 255 or 2.09% from 383); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D208 is #5A2DF7. Grayscale: #AEAEAE. Windows color (decimal): -5910008 or 578213. OLE color: 578213.

HSL color Cylindrical-coordinate representation of color #A5D208: hue angle of 73.37º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5D208 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 210 8 -
CMYK 0.21 0 0.96 0.18
HSL 73.37º 0.93% 0.43% -
HSV(B) 73.37º 0.96% 0.82% -
XYZ 38.61 54.11 8.64 -
YUV 173.52 34.59 121.93 -
System Red Green Blue C M Y K H S L
Decimal 165 210 8 0.21 0 0.96 0.18 73.37 0.93 0.43
Hex A5 D2 8 15 0 60 12 49 5D 2B
Octal 245 322 10 25 0 140 22 111 135 53
Binary 10100101 11010010 1000 10101 0 1100000 10010 1001001 1011101 101011

Color Harmonies of #A5D208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D208

Black with #A5D208

Text Example


Text Example

White with #A5D208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D208; }

 p { color: rgb(165,210,8); }

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

background-color css

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

 a { background-color: rgb(165,210,8); }

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

border-color css

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

 span { border-color: rgb(165,210,8); }

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