Html Css Color HEX #AFF40F Inch Worm

📋 copy color: '#AFF40F'

red 175 ◦ green 244 ◦ blue 15

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

Shades of Inch Worm #AFF40F

Tints of Inch Worm #AFF40F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 56.22%

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

R = 40.32%
G = 56.22%
B = 3.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#AFF40F (or 0xAFF40F) is known color: Inch Worm. HEX triplet: AF, F4 and 0F. RGB value is (175,244,15). Sum of RGB (Red+Green+Blue) = 175+244+15=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 244 (95.70% from 255 or 56.22% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF40F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF40F is #500BF0. Grayscale: #C6C6C6. Windows color (decimal): -5245937 or 1045679. OLE color: 1045679.

HSL color Cylindrical-coordinate representation of color #AFF40F: hue angle of 78.08º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFF40F is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 15 -
CMYK 0.28 0 0.94 0.04
HSL 78.08º 0.91% 0.51% -
HSV(B) 78.08º 0.94% 0.96% -
XYZ 50.12 73.85 12.06 -
YUV 197.26 25.14 112.12 -
System Red Green Blue C M Y K H S L
Decimal 175 244 15 0.28 0 0.94 0.04 78.08 0.91 0.51
Hex AF F4 F 1C 0 5E 4 4E 5B 33
Octal 257 364 17 34 0 136 4 116 133 63
Binary 10101111 11110100 1111 11100 0 1011110 100 1001110 1011011 110011

Color Harmonies of #AFF40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF40F

Black with #AFF40F

Text Example


Text Example

White with #AFF40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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