Html Css Color HEX #AFF20D Inch Worm

📋 copy color: '#AFF20D'

red 175 ◦ green 242 ◦ blue 13

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

Shades of Inch Worm #AFF20D

Tints of Inch Worm #AFF20D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.28%

 BLUE value IS 13 (5.47% from 255) = 3.02%

R = 40.7%
G = 56.28%
B = 3.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#AFF20D (or 0xAFF20D) is known color: Inch Worm. HEX triplet: AF, F2 and 0D. RGB value is (175,242,13). Sum of RGB (Red+Green+Blue) = 175+242+13=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 242 (94.92% from 255 or 56.28% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF20D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF20D is #500DF2. Grayscale: #C4C4C4. Windows color (decimal): -5246451 or 914095. OLE color: 914095.

HSL color Cylindrical-coordinate representation of color #AFF20D: hue angle of 77.55º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFF20D is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 13 -
CMYK 0.28 0 0.95 0.05
HSL 77.55º 0.9% 0.5% -
HSV(B) 77.55º 0.95% 0.95% -
XYZ 49.5 72.65 11.79 -
YUV 195.86 24.8 113.12 -
System Red Green Blue C M Y K H S L
Decimal 175 242 13 0.28 0 0.95 0.05 77.55 0.9 0.5
Hex AF F2 D 1C 0 5F 5 4E 5A 32
Octal 257 362 15 34 0 137 5 116 132 62
Binary 10101111 11110010 1101 11100 0 1011111 101 1001110 1011010 110010

Color Harmonies of #AFF20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF20D

Black with #AFF20D

Text Example


Text Example

White with #AFF20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF20D; }

 p { color: rgb(175,242,13); }

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

background-color css

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

 a { background-color: rgb(175,242,13); }

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

border-color css

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

 span { border-color: rgb(175,242,13); }

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