Html Css Color HEX #AFDA12 Inch Worm

📋 copy color: '#AFDA12'

red 175 ◦ green 218 ◦ blue 18

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

Shades of Inch Worm #AFDA12

Tints of Inch Worm #AFDA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.38%

R = 42.58%
G = 53.04%
B = 4.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#AFDA12 (or 0xAFDA12) is known color: Inch Worm. HEX triplet: AF, DA and 12. RGB value is (175,218,18). Sum of RGB (Red+Green+Blue) = 175+218+18=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDA12 is #5025ED. Grayscale: #B7B7B7. Windows color (decimal): -5252590 or 1235631. OLE color: 1235631.

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

Color convert

RGB 175 218 18 -
CMYK 0.20 0 0.92 0.15
HSL 72.9º 0.85% 0.46% -
HSV(B) 72.9º 0.92% 0.85% -
XYZ 42.86 59.3 9.76 -
YUV 182.34 35.25 122.76 -
System Red Green Blue C M Y K H S L
Decimal 175 218 18 0.20 0 0.92 0.15 72.9 0.85 0.46
Hex AF DA 12 14 0 5C F 49 55 2E
Octal 257 332 22 24 0 134 17 111 125 56
Binary 10101111 11011010 10010 10100 0 1011100 1111 1001001 1010101 101110

Color Harmonies of #AFDA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA12

Black with #AFDA12

Text Example


Text Example

White with #AFDA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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