Html Css Color HEX #AFE600 Inch Worm

📋 copy color: '#AFE600'

red 175 ◦ green 230 ◦ blue 0

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

Shades of Inch Worm #AFE600

Tints of Inch Worm #AFE600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.21%
G = 56.79%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#AFE600 (or 0xAFE600) is known color: Inch Worm. HEX triplet: AF, E6 and 00. RGB value is (175,230,0). Sum of RGB (Red+Green+Blue) = 175+230+0=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 230 (90.23% from 255 or 56.79% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE600 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE600 is #5019FF. Grayscale: #BCBCBC. Windows color (decimal): -5249536 or 59055. OLE color: 59055.

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

Color convert

RGB 175 230 0 -
CMYK 0.24 0 1 0.10
HSL 74.35º 1% 0.45% -
HSV(B) 74.35º 1% 0.9% -
XYZ 45.98 65.71 10.26 -
YUV 187.34 22.28 119.2 -
System Red Green Blue C M Y K H S L
Decimal 175 230 0 0.24 0 1 0.10 74.35 1 0.45
Hex AF E6 0 18 0 64 A 4A 64 2D
Octal 257 346 0 30 0 144 12 112 144 55
Binary 10101111 11100110 0 11000 0 1100100 1010 1001010 1100100 101101

Color Harmonies of #AFE600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE600

Black with #AFE600

Text Example


Text Example

White with #AFE600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE600; }

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

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

background-color css

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

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

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

border-color css

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

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

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