Html Css Color HEX #AFEC0D Inch Worm

📋 copy color: '#AFEC0D'

red 175 ◦ green 236 ◦ blue 13

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

Shades of Inch Worm #AFEC0D

Tints of Inch Worm #AFEC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.07%

R = 41.27%
G = 55.66%
B = 3.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#AFEC0D (or 0xAFEC0D) is known color: Inch Worm. HEX triplet: AF, EC and 0D. RGB value is (175,236,13). Sum of RGB (Red+Green+Blue) = 175+236+13=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 236 (92.58% from 255 or 55.66% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEC0D is #5013F2. Grayscale: #C1C1C1. Windows color (decimal): -5247987 or 912559. OLE color: 912559.

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

Color convert

RGB 175 236 13 -
CMYK 0.26 0 0.94 0.07
HSL 76.41º 0.9% 0.49% -
HSV(B) 76.41º 0.94% 0.93% -
XYZ 47.75 69.13 11.21 -
YUV 192.34 26.79 115.63 -
System Red Green Blue C M Y K H S L
Decimal 175 236 13 0.26 0 0.94 0.07 76.41 0.9 0.49
Hex AF EC D 1A 0 5E 7 4C 5A 31
Octal 257 354 15 32 0 136 7 114 132 61
Binary 10101111 11101100 1101 11010 0 1011110 111 1001100 1011010 110001

Color Harmonies of #AFEC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC0D

Black with #AFEC0D

Text Example


Text Example

White with #AFEC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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