Html Css Color HEX #AFE706 Inch Worm

📋 copy color: '#AFE706'

red 175 ◦ green 231 ◦ blue 6

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

Shades of Inch Worm #AFE706

Tints of Inch Worm #AFE706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 42.48%
G = 56.07%
B = 1.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#AFE706 (or 0xAFE706) is known color: Inch Worm. HEX triplet: AF, E7 and 06. RGB value is (175,231,6). Sum of RGB (Red+Green+Blue) = 175+231+6=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 231 (90.62% from 255 or 56.07% from 412); Blue value is 6 (2.73% from 255 or 1.46% from 412); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE706 is #5018F9. Grayscale: #BDBDBD. Windows color (decimal): -5249274 or 452527. OLE color: 452527.

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

Color convert

RGB 175 231 6 -
CMYK 0.24 0 0.97 0.09
HSL 74.93º 0.95% 0.46% -
HSV(B) 74.93º 0.97% 0.91% -
XYZ 46.29 66.28 10.53 -
YUV 188.61 24.95 118.3 -
System Red Green Blue C M Y K H S L
Decimal 175 231 6 0.24 0 0.97 0.09 74.93 0.95 0.46
Hex AF E7 6 18 0 61 9 4B 5F 2E
Octal 257 347 6 30 0 141 11 113 137 56
Binary 10101111 11100111 110 11000 0 1100001 1001 1001011 1011111 101110

Color Harmonies of #AFE706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE706

Black with #AFE706

Text Example


Text Example

White with #AFE706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE706; }

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

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

background-color css

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

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

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

border-color css

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

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

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