Html Css Color HEX #AFDF2A Inch Worm

📋 copy color: '#AFDF2A'

red 175 ◦ green 223 ◦ blue 42

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

Shades of Inch Worm #AFDF2A

Tints of Inch Worm #AFDF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.55%

R = 39.77%
G = 50.68%
B = 9.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#AFDF2A (or 0xAFDF2A) is known color: Inch Worm. HEX triplet: AF, DF and 2A. RGB value is (175,223,42). Sum of RGB (Red+Green+Blue) = 175+223+42=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF2A is #5020D5. Grayscale: #BCBCBC. Windows color (decimal): -5251286 or 2809775. OLE color: 2809775.

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

Color convert

RGB 175 223 42 -
CMYK 0.22 0 0.81 0.13
HSL 75.91º 0.74% 0.52% -
HSV(B) 75.91º 0.81% 0.87% -
XYZ 44.48 62.06 11.82 -
YUV 188.01 45.6 118.72 -
System Red Green Blue C M Y K H S L
Decimal 175 223 42 0.22 0 0.81 0.13 75.91 0.74 0.52
Hex AF DF 2A 16 0 51 D 4C 4A 34
Octal 257 337 52 26 0 121 15 114 112 64
Binary 10101111 11011111 101010 10110 0 1010001 1101 1001100 1001010 110100

Color Harmonies of #AFDF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF2A

Black with #AFDF2A

Text Example


Text Example

White with #AFDF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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