Html Css Color HEX #AFDF1A Inch Worm

📋 copy color: '#AFDF1A'

red 175 ◦ green 223 ◦ blue 26

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

Shades of Inch Worm #AFDF1A

Tints of Inch Worm #AFDF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.13%

R = 41.27%
G = 52.59%
B = 6.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#AFDF1A (or 0xAFDF1A) is known color: Inch Worm. HEX triplet: AF, DF and 1A. RGB value is (175,223,26). Sum of RGB (Red+Green+Blue) = 175+223+26=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 26 (10.55% from 255 or 6.13% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF1A is #5020E5. Grayscale: #BABABA. Windows color (decimal): -5251302 or 1761199. OLE color: 1761199.

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

Color convert

RGB 175 223 26 -
CMYK 0.22 0 0.88 0.13
HSL 74.62º 0.79% 0.49% -
HSV(B) 74.62º 0.88% 0.87% -
XYZ 44.25 61.96 10.61 -
YUV 186.19 37.6 120.02 -
System Red Green Blue C M Y K H S L
Decimal 175 223 26 0.22 0 0.88 0.13 74.62 0.79 0.49
Hex AF DF 1A 16 0 58 D 4B 4F 31
Octal 257 337 32 26 0 130 15 113 117 61
Binary 10101111 11011111 11010 10110 0 1011000 1101 1001011 1001111 110001

Color Harmonies of #AFDF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF1A

Black with #AFDF1A

Text Example


Text Example

White with #AFDF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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