Html Css Color HEX #AFE60B Inch Worm

📋 copy color: '#AFE60B'

red 175 ◦ green 230 ◦ blue 11

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

Shades of Inch Worm #AFE60B

Tints of Inch Worm #AFE60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.64%

R = 42.07%
G = 55.29%
B = 2.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#AFE60B (or 0xAFE60B) is known color: Inch Worm. HEX triplet: AF, E6 and 0B. RGB value is (175,230,11). Sum of RGB (Red+Green+Blue) = 175+230+11=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 230 (90.23% from 255 or 55.29% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE60B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE60B is #5019F4. Grayscale: #BDBDBD. Windows color (decimal): -5249525 or 779951. OLE color: 779951.

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

Color convert

RGB 175 230 11 -
CMYK 0.24 0 0.95 0.10
HSL 75.07º 0.91% 0.47% -
HSV(B) 75.07º 0.95% 0.9% -
XYZ 46.04 65.73 10.58 -
YUV 188.59 27.78 118.31 -
System Red Green Blue C M Y K H S L
Decimal 175 230 11 0.24 0 0.95 0.10 75.07 0.91 0.47
Hex AF E6 B 18 0 5F A 4B 5B 2F
Octal 257 346 13 30 0 137 12 113 133 57
Binary 10101111 11100110 1011 11000 0 1011111 1010 1001011 1011011 101111

Color Harmonies of #AFE60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE60B

Black with #AFE60B

Text Example


Text Example

White with #AFE60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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