Html Css Color HEX #AFE61A Inch Worm

📋 copy color: '#AFE61A'

red 175 ◦ green 230 ◦ blue 26

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

Shades of Inch Worm #AFE61A

Tints of Inch Worm #AFE61A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.36%

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

R = 40.6%
G = 53.36%
B = 6.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#AFE61A (or 0xAFE61A) is known color: Inch Worm. HEX triplet: AF, E6 and 1A. RGB value is (175,230,26). Sum of RGB (Red+Green+Blue) = 175+230+26=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 230 (90.23% from 255 or 53.36% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE61A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE61A is #5019E5. Grayscale: #BFBFBF. Windows color (decimal): -5249510 or 1762991. OLE color: 1762991.

HSL color Cylindrical-coordinate representation of color #AFE61A: hue angle of 76.18º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFE61A is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 26 -
CMYK 0.24 0 0.89 0.10
HSL 76.18º 0.8% 0.5% -
HSV(B) 76.18º 0.89% 0.9% -
XYZ 46.16 65.78 11.24 -
YUV 190.3 35.28 117.09 -
System Red Green Blue C M Y K H S L
Decimal 175 230 26 0.24 0 0.89 0.10 76.18 0.8 0.5
Hex AF E6 1A 18 0 59 A 4C 50 32
Octal 257 346 32 30 0 131 12 114 120 62
Binary 10101111 11100110 11010 11000 0 1011001 1010 1001100 1010000 110010

Color Harmonies of #AFE61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE61A

Black with #AFE61A

Text Example


Text Example

White with #AFE61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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