Html Css Color HEX #AFEB18 Inch Worm

📋 copy color: '#AFEB18'

red 175 ◦ green 235 ◦ blue 24

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

Shades of Inch Worm #AFEB18

Tints of Inch Worm #AFEB18

RGB

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

 GREEN value IS 235 (92.19% from 255) = 54.15%

 BLUE value IS 24 (9.77% from 255) = 5.53%

R = 40.32%
G = 54.15%
B = 5.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#AFEB18 (or 0xAFEB18) is known color: Inch Worm. HEX triplet: AF, EB and 18. RGB value is (175,235,24). Sum of RGB (Red+Green+Blue) = 175+235+24=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 235 (92.19% from 255 or 54.15% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEB18 is #5014E7. Grayscale: #C1C1C1. Windows color (decimal): -5248232 or 1633199. OLE color: 1633199.

HSL color Cylindrical-coordinate representation of color #AFEB18: hue angle of 77.06º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFEB18 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 24 -
CMYK 0.26 0 0.90 0.08
HSL 77.06º 0.84% 0.51% -
HSV(B) 77.06º 0.9% 0.92% -
XYZ 47.55 68.6 11.6 -
YUV 193.01 32.62 115.16 -
System Red Green Blue C M Y K H S L
Decimal 175 235 24 0.26 0 0.90 0.08 77.06 0.84 0.51
Hex AF EB 18 1A 0 5A 8 4D 54 33
Octal 257 353 30 32 0 132 10 115 124 63
Binary 10101111 11101011 11000 11010 0 1011010 1000 1001101 1010100 110011

Color Harmonies of #AFEB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB18

Black with #AFEB18

Text Example


Text Example

White with #AFEB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB18; }

 p { color: rgb(175,235,24); }

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

background-color css

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

 a { background-color: rgb(175,235,24); }

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

border-color css

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

 span { border-color: rgb(175,235,24); }

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