Html Css Color HEX #AFDE0D Inch Worm

📋 copy color: '#AFDE0D'

red 175 ◦ green 222 ◦ blue 13

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

Shades of Inch Worm #AFDE0D

Tints of Inch Worm #AFDE0D

RGB

 RED value IS 175 (68.75% from 255) = 42.68%

 GREEN value IS 222 (87.11% from 255) = 54.15%

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

R = 42.68%
G = 54.15%
B = 3.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#AFDE0D (or 0xAFDE0D) is known color: Inch Worm. HEX triplet: AF, DE and 0D. RGB value is (175,222,13). Sum of RGB (Red+Green+Blue) = 175+222+13=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 222 (87.11% from 255 or 54.15% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDE0D is #5021F2. Grayscale: #B8B8B8. Windows color (decimal): -5251571 or 908975. OLE color: 908975.

HSL color Cylindrical-coordinate representation of color #AFDE0D: hue angle of 73.49º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFDE0D is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 222 13 -
CMYK 0.21 0 0.94 0.13
HSL 73.49º 0.89% 0.46% -
HSV(B) 73.49º 0.94% 0.87% -
XYZ 43.87 61.39 9.92 -
YUV 184.12 31.43 121.49 -
System Red Green Blue C M Y K H S L
Decimal 175 222 13 0.21 0 0.94 0.13 73.49 0.89 0.46
Hex AF DE D 15 0 5E D 49 59 2E
Octal 257 336 15 25 0 136 15 111 131 56
Binary 10101111 11011110 1101 10101 0 1011110 1101 1001001 1011001 101110

Color Harmonies of #AFDE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE0D

Black with #AFDE0D

Text Example


Text Example

White with #AFDE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE0D; }

 p { color: rgb(175,222,13); }

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

background-color css

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

 a { background-color: rgb(175,222,13); }

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

border-color css

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

 span { border-color: rgb(175,222,13); }

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