Html Css Color HEX #AFDA0F Inch Worm

📋 copy color: '#AFDA0F'

red 175 ◦ green 218 ◦ blue 15

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

Shades of Inch Worm #AFDA0F

Tints of Inch Worm #AFDA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.68%

R = 42.89%
G = 53.43%
B = 3.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#AFDA0F (or 0xAFDA0F) is known color: Inch Worm. HEX triplet: AF, DA and 0F. RGB value is (175,218,15). Sum of RGB (Red+Green+Blue) = 175+218+15=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDA0F is #5025F0. Grayscale: #B6B6B6. Windows color (decimal): -5252593 or 1039023. OLE color: 1039023.

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

Color convert

RGB 175 218 15 -
CMYK 0.20 0 0.93 0.15
HSL 72.71º 0.87% 0.46% -
HSV(B) 72.71º 0.93% 0.85% -
XYZ 42.84 59.29 9.64 -
YUV 182 33.75 123.01 -
System Red Green Blue C M Y K H S L
Decimal 175 218 15 0.20 0 0.93 0.15 72.71 0.87 0.46
Hex AF DA F 14 0 5D F 49 57 2E
Octal 257 332 17 24 0 135 17 111 127 56
Binary 10101111 11011010 1111 10100 0 1011101 1111 1001001 1010111 101110

Color Harmonies of #AFDA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA0F

Black with #AFDA0F

Text Example


Text Example

White with #AFDA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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