Html Css Color HEX #AFE70A Inch Worm

📋 copy color: '#AFE70A'

red 175 ◦ green 231 ◦ blue 10

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

Shades of Inch Worm #AFE70A

Tints of Inch Worm #AFE70A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 55.53%

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

R = 42.07%
G = 55.53%
B = 2.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#AFE70A (or 0xAFE70A) is known color: Inch Worm. HEX triplet: AF, E7 and 0A. RGB value is (175,231,10). Sum of RGB (Red+Green+Blue) = 175+231+10=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 231 (90.62% from 255 or 55.53% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE70A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE70A is #5018F5. Grayscale: #BDBDBD. Windows color (decimal): -5249270 or 714671. OLE color: 714671.

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

Color convert

RGB 175 231 10 -
CMYK 0.24 0 0.96 0.09
HSL 75.2º 0.92% 0.47% -
HSV(B) 75.2º 0.96% 0.91% -
XYZ 46.31 66.29 10.64 -
YUV 189.06 26.95 117.97 -
System Red Green Blue C M Y K H S L
Decimal 175 231 10 0.24 0 0.96 0.09 75.2 0.92 0.47
Hex AF E7 A 18 0 60 9 4B 5C 2F
Octal 257 347 12 30 0 140 11 113 134 57
Binary 10101111 11100111 1010 11000 0 1100000 1001 1001011 1011100 101111

Color Harmonies of #AFE70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE70A

Black with #AFE70A

Text Example


Text Example

White with #AFE70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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