Html Css Color HEX #AFDA0B Inch Worm

📋 copy color: '#AFDA0B'

red 175 ◦ green 218 ◦ blue 11

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

Shades of Inch Worm #AFDA0B

Tints of Inch Worm #AFDA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.72%

R = 43.32%
G = 53.96%
B = 2.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#AFDA0B (or 0xAFDA0B) is known color: Inch Worm. HEX triplet: AF, DA and 0B. RGB value is (175,218,11). Sum of RGB (Red+Green+Blue) = 175+218+11=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDA0B is #5025F4. Grayscale: #B6B6B6. Windows color (decimal): -5252597 or 776879. OLE color: 776879.

HSL color Cylindrical-coordinate representation of color #AFDA0B: hue angle of 72.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFDA0B is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 11 -
CMYK 0.20 0 0.95 0.15
HSL 72.46º 0.9% 0.45% -
HSV(B) 72.46º 0.95% 0.85% -
XYZ 42.81 59.28 9.5 -
YUV 181.55 31.75 123.33 -
System Red Green Blue C M Y K H S L
Decimal 175 218 11 0.20 0 0.95 0.15 72.46 0.9 0.45
Hex AF DA B 14 0 5F F 48 5A 2D
Octal 257 332 13 24 0 137 17 110 132 55
Binary 10101111 11011010 1011 10100 0 1011111 1111 1001000 1011010 101101

Color Harmonies of #AFDA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA0B

Black with #AFDA0B

Text Example


Text Example

White with #AFDA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA0B; }

 p { color: rgb(175,218,11); }

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

background-color css

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

 a { background-color: rgb(175,218,11); }

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

border-color css

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

 span { border-color: rgb(175,218,11); }

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