Html Css Color HEX #AFDA14 Inch Worm

📋 copy color: '#AFDA14'

red 175 ◦ green 218 ◦ blue 20

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

Shades of Inch Worm #AFDA14

Tints of Inch Worm #AFDA14

RGB

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

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

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

R = 42.37%
G = 52.78%
B = 4.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#AFDA14 (or 0xAFDA14) is known color: Inch Worm. HEX triplet: AF, DA and 14. RGB value is (175,218,20). Sum of RGB (Red+Green+Blue) = 175+218+20=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDA14 is #5025EB. Grayscale: #B7B7B7. Windows color (decimal): -5252588 or 1366703. OLE color: 1366703.

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

Color convert

RGB 175 218 20 -
CMYK 0.20 0 0.91 0.15
HSL 73.03º 0.83% 0.47% -
HSV(B) 73.03º 0.91% 0.85% -
XYZ 42.88 59.31 9.85 -
YUV 182.57 36.25 122.6 -
System Red Green Blue C M Y K H S L
Decimal 175 218 20 0.20 0 0.91 0.15 73.03 0.83 0.47
Hex AF DA 14 14 0 5B F 49 53 2F
Octal 257 332 24 24 0 133 17 111 123 57
Binary 10101111 11011010 10100 10100 0 1011011 1111 1001001 1010011 101111

Color Harmonies of #AFDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA14

Black with #AFDA14

Text Example


Text Example

White with #AFDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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