Html Css Color HEX #AFEA18 Inch Worm

📋 copy color: '#AFEA18'

red 175 ◦ green 234 ◦ blue 24

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

Shades of Inch Worm #AFEA18

Tints of Inch Worm #AFEA18

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.04%

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

R = 40.42%
G = 54.04%
B = 5.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#AFEA18 (or 0xAFEA18) is known color: Inch Worm. HEX triplet: AF, EA and 18. RGB value is (175,234,24). Sum of RGB (Red+Green+Blue) = 175+234+24=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 234 (91.80% from 255 or 54.04% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEA18 is #5015E7. Grayscale: #C1C1C1. Windows color (decimal): -5248488 or 1632943. OLE color: 1632943.

HSL color Cylindrical-coordinate representation of color #AFEA18: hue angle of 76.86º degrees, saturation: 0.83, 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 #AFEA18 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 24 -
CMYK 0.25 0 0.90 0.08
HSL 76.86º 0.83% 0.51% -
HSV(B) 76.86º 0.9% 0.92% -
XYZ 47.27 68.03 11.5 -
YUV 192.42 32.95 115.58 -
System Red Green Blue C M Y K H S L
Decimal 175 234 24 0.25 0 0.90 0.08 76.86 0.83 0.51
Hex AF EA 18 19 0 5A 8 4D 53 33
Octal 257 352 30 31 0 132 10 115 123 63
Binary 10101111 11101010 11000 11001 0 1011010 1000 1001101 1010011 110011

Color Harmonies of #AFEA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA18

Black with #AFEA18

Text Example


Text Example

White with #AFEA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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