Html Css Color HEX #AFE608 Inch Worm

📋 copy color: '#AFE608'

red 175 ◦ green 230 ◦ blue 8

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

Shades of Inch Worm #AFE608

Tints of Inch Worm #AFE608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.94%

R = 42.37%
G = 55.69%
B = 1.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#AFE608 (or 0xAFE608) is known color: Inch Worm. HEX triplet: AF, E6 and 08. RGB value is (175,230,8). Sum of RGB (Red+Green+Blue) = 175+230+8=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 230 (90.23% from 255 or 55.69% from 413); Blue value is 8 (3.52% from 255 or 1.94% from 413); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE608 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE608 is #5019F7. Grayscale: #BDBDBD. Windows color (decimal): -5249528 or 583343. OLE color: 583343.

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

Color convert

RGB 175 230 8 -
CMYK 0.24 0 0.97 0.10
HSL 74.86º 0.93% 0.47% -
HSV(B) 74.86º 0.97% 0.9% -
XYZ 46.02 65.73 10.49 -
YUV 188.25 26.28 118.55 -
System Red Green Blue C M Y K H S L
Decimal 175 230 8 0.24 0 0.97 0.10 74.86 0.93 0.47
Hex AF E6 8 18 0 61 A 4B 5D 2F
Octal 257 346 10 30 0 141 12 113 135 57
Binary 10101111 11100110 1000 11000 0 1100001 1010 1001011 1011101 101111

Color Harmonies of #AFE608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE608

Black with #AFE608

Text Example


Text Example

White with #AFE608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE608; }

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

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

background-color css

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

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

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

border-color css

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

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

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