Html Css Color HEX #AFE306 Inch Worm

📋 copy color: '#AFE306'

red 175 ◦ green 227 ◦ blue 6

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

Shades of Inch Worm #AFE306

Tints of Inch Worm #AFE306

RGB

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

 GREEN value IS 227 (89.06% from 255) = 55.64%

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

R = 42.89%
G = 55.64%
B = 1.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#AFE306 (or 0xAFE306) is known color: Inch Worm. HEX triplet: AF, E3 and 06. RGB value is (175,227,6). Sum of RGB (Red+Green+Blue) = 175+227+6=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 227 (89.06% from 255 or 55.64% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE306 is #501CF9. Grayscale: #BBBBBB. Windows color (decimal): -5250298 or 451503. OLE color: 451503.

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

Color convert

RGB 175 227 6 -
CMYK 0.23 0 0.97 0.11
HSL 74.12º 0.95% 0.46% -
HSV(B) 74.12º 0.97% 0.89% -
XYZ 45.18 64.07 10.16 -
YUV 186.26 26.27 119.97 -
System Red Green Blue C M Y K H S L
Decimal 175 227 6 0.23 0 0.97 0.11 74.12 0.95 0.46
Hex AF E3 6 17 0 61 B 4A 5F 2E
Octal 257 343 6 27 0 141 13 112 137 56
Binary 10101111 11100011 110 10111 0 1100001 1011 1001010 1011111 101110

Color Harmonies of #AFE306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE306

Black with #AFE306

Text Example


Text Example

White with #AFE306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE306; }

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

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

background-color css

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

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

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

border-color css

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

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

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