Html Css Color HEX #AFF20F Inch Worm

📋 copy color: '#AFF20F'

red 175 ◦ green 242 ◦ blue 15

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

Shades of Inch Worm #AFF20F

Tints of Inch Worm #AFF20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.47%

R = 40.51%
G = 56.02%
B = 3.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#AFF20F (or 0xAFF20F) is known color: Inch Worm. HEX triplet: AF, F2 and 0F. RGB value is (175,242,15). Sum of RGB (Red+Green+Blue) = 175+242+15=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 242 (94.92% from 255 or 56.02% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF20F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF20F is #500DF0. Grayscale: #C4C4C4. Windows color (decimal): -5246449 or 1045167. OLE color: 1045167.

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

Color convert

RGB 175 242 15 -
CMYK 0.28 0 0.94 0.05
HSL 77.71º 0.9% 0.5% -
HSV(B) 77.71º 0.94% 0.95% -
XYZ 49.52 72.65 11.87 -
YUV 196.09 25.8 112.96 -
System Red Green Blue C M Y K H S L
Decimal 175 242 15 0.28 0 0.94 0.05 77.71 0.9 0.5
Hex AF F2 F 1C 0 5E 5 4E 5A 32
Octal 257 362 17 34 0 136 5 116 132 62
Binary 10101111 11110010 1111 11100 0 1011110 101 1001110 1011010 110010

Color Harmonies of #AFF20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF20F

Black with #AFF20F

Text Example


Text Example

White with #AFF20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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