Html Css Color HEX #AFE90A Inch Worm

📋 copy color: '#AFE90A'

red 175 ◦ green 233 ◦ blue 10

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

Shades of Inch Worm #AFE90A

Tints of Inch Worm #AFE90A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 55.74%

 BLUE value IS 10 (4.3% from 255) = 2.39%

R = 41.87%
G = 55.74%
B = 2.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#AFE90A (or 0xAFE90A) is known color: Inch Worm. HEX triplet: AF, E9 and 0A. RGB value is (175,233,10). Sum of RGB (Red+Green+Blue) = 175+233+10=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 233 (91.41% from 255 or 55.74% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE90A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE90A is #5016F5. Grayscale: #BFBFBF. Windows color (decimal): -5248758 or 715183. OLE color: 715183.

HSL color Cylindrical-coordinate representation of color #AFE90A: hue angle of 75.61º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFE90A is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 10 -
CMYK 0.25 0 0.96 0.09
HSL 75.61º 0.92% 0.48% -
HSV(B) 75.61º 0.96% 0.91% -
XYZ 46.87 67.41 10.83 -
YUV 190.24 26.28 117.13 -
System Red Green Blue C M Y K H S L
Decimal 175 233 10 0.25 0 0.96 0.09 75.61 0.92 0.48
Hex AF E9 A 19 0 60 9 4C 5C 30
Octal 257 351 12 31 0 140 11 114 134 60
Binary 10101111 11101001 1010 11001 0 1100000 1001 1001100 1011100 110000

Color Harmonies of #AFE90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE90A

Black with #AFE90A

Text Example


Text Example

White with #AFE90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE90A; }

 p { color: rgb(175,233,10); }

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

background-color css

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

 a { background-color: rgb(175,233,10); }

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

border-color css

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

 span { border-color: rgb(175,233,10); }

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