Html Css Color HEX #AFDD14 Inch Worm

📋 copy color: '#AFDD14'

red 175 ◦ green 221 ◦ blue 20

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

Shades of Inch Worm #AFDD14

Tints of Inch Worm #AFDD14

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.13%

 BLUE value IS 20 (8.2% from 255) = 4.81%

R = 42.07%
G = 53.13%
B = 4.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#AFDD14 (or 0xAFDD14) is known color: Inch Worm. HEX triplet: AF, DD and 14. RGB value is (175,221,20). Sum of RGB (Red+Green+Blue) = 175+221+20=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDD14 is #5022EB. Grayscale: #B9B9B9. Windows color (decimal): -5251820 or 1367471. OLE color: 1367471.

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

Color convert

RGB 175 221 20 -
CMYK 0.21 0 0.91 0.13
HSL 73.73º 0.83% 0.47% -
HSV(B) 73.73º 0.91% 0.87% -
XYZ 43.66 60.88 10.11 -
YUV 184.33 35.26 121.34 -
System Red Green Blue C M Y K H S L
Decimal 175 221 20 0.21 0 0.91 0.13 73.73 0.83 0.47
Hex AF DD 14 15 0 5B D 4A 53 2F
Octal 257 335 24 25 0 133 15 112 123 57
Binary 10101111 11011101 10100 10101 0 1011011 1101 1001010 1010011 101111

Color Harmonies of #AFDD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD14

Black with #AFDD14

Text Example


Text Example

White with #AFDD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD14; }

 p { color: rgb(175,221,20); }

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

background-color css

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

 a { background-color: rgb(175,221,20); }

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

border-color css

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

 span { border-color: rgb(175,221,20); }

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