Html Css Color HEX #AFDF14 Inch Worm

📋 copy color: '#AFDF14'

red 175 ◦ green 223 ◦ blue 20

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

Shades of Inch Worm #AFDF14

Tints of Inch Worm #AFDF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.35%

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

R = 41.87%
G = 53.35%
B = 4.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#AFDF14 (or 0xAFDF14) is known color: Inch Worm. HEX triplet: AF, DF and 14. RGB value is (175,223,20). Sum of RGB (Red+Green+Blue) = 175+223+20=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDF14 is #5020EB. Grayscale: #BABABA. Windows color (decimal): -5251308 or 1367983. OLE color: 1367983.

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

Color convert

RGB 175 223 20 -
CMYK 0.22 0 0.91 0.13
HSL 74.19º 0.84% 0.48% -
HSV(B) 74.19º 0.91% 0.87% -
XYZ 44.19 61.94 10.29 -
YUV 185.51 34.6 120.51 -
System Red Green Blue C M Y K H S L
Decimal 175 223 20 0.22 0 0.91 0.13 74.19 0.84 0.48
Hex AF DF 14 16 0 5B D 4A 54 30
Octal 257 337 24 26 0 133 15 112 124 60
Binary 10101111 11011111 10100 10110 0 1011011 1101 1001010 1010100 110000

Color Harmonies of #AFDF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF14

Black with #AFDF14

Text Example


Text Example

White with #AFDF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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