Html Css Color HEX #AFEC1C Inch Worm

📋 copy color: '#AFEC1C'

red 175 ◦ green 236 ◦ blue 28

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

Shades of Inch Worm #AFEC1C

Tints of Inch Worm #AFEC1C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 53.76%

 BLUE value IS 28 (11.33% from 255) = 6.38%

R = 39.86%
G = 53.76%
B = 6.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#AFEC1C (or 0xAFEC1C) is known color: Inch Worm. HEX triplet: AF, EC and 1C. RGB value is (175,236,28). Sum of RGB (Red+Green+Blue) = 175+236+28=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEC1C is #5013E3. Grayscale: #C2C2C2. Windows color (decimal): -5247972 or 1895599. OLE color: 1895599.

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

Color convert

RGB 175 236 28 -
CMYK 0.26 0 0.88 0.07
HSL 77.6º 0.85% 0.52% -
HSV(B) 77.6º 0.88% 0.93% -
XYZ 47.88 69.19 11.93 -
YUV 194.05 34.29 114.41 -
System Red Green Blue C M Y K H S L
Decimal 175 236 28 0.26 0 0.88 0.07 77.6 0.85 0.52
Hex AF EC 1C 1A 0 58 7 4E 55 34
Octal 257 354 34 32 0 130 7 116 125 64
Binary 10101111 11101100 11100 11010 0 1011000 111 1001110 1010101 110100

Color Harmonies of #AFEC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC1C

Black with #AFEC1C

Text Example


Text Example

White with #AFEC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC1C; }

 p { color: rgb(175,236,28); }

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

background-color css

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

 a { background-color: rgb(175,236,28); }

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

border-color css

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

 span { border-color: rgb(175,236,28); }

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