Html Css Color HEX #AFEE14 Inch Worm

📋 copy color: '#AFEE14'

red 175 ◦ green 238 ◦ blue 20

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

Shades of Inch Worm #AFEE14

Tints of Inch Worm #AFEE14

RGB

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

 GREEN value IS 238 (93.36% from 255) = 54.97%

 BLUE value IS 20 (8.2% from 255) = 4.62%

R = 40.42%
G = 54.97%
B = 4.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#AFEE14 (or 0xAFEE14) is known color: Inch Worm. HEX triplet: AF, EE and 14. RGB value is (175,238,20). Sum of RGB (Red+Green+Blue) = 175+238+20=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 238 (93.36% from 255 or 54.97% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEE14 is #5011EB. Grayscale: #C3C3C3. Windows color (decimal): -5247468 or 1371823. OLE color: 1371823.

HSL color Cylindrical-coordinate representation of color #AFEE14: hue angle of 77.34º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFEE14 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 20 -
CMYK 0.26 0 0.92 0.07
HSL 77.34º 0.87% 0.51% -
HSV(B) 77.34º 0.92% 0.93% -
XYZ 48.38 70.31 11.68 -
YUV 194.31 29.63 114.23 -
System Red Green Blue C M Y K H S L
Decimal 175 238 20 0.26 0 0.92 0.07 77.34 0.87 0.51
Hex AF EE 14 1A 0 5C 7 4D 57 33
Octal 257 356 24 32 0 134 7 115 127 63
Binary 10101111 11101110 10100 11010 0 1011100 111 1001101 1010111 110011

Color Harmonies of #AFEE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE14

Black with #AFEE14

Text Example


Text Example

White with #AFEE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE14; }

 p { color: rgb(175,238,20); }

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

background-color css

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

 a { background-color: rgb(175,238,20); }

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

border-color css

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

 span { border-color: rgb(175,238,20); }

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