Html Css Color HEX #AFED0C Inch Worm

📋 copy color: '#AFED0C'

red 175 ◦ green 237 ◦ blue 12

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

Shades of Inch Worm #AFED0C

Tints of Inch Worm #AFED0C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 55.9%

 BLUE value IS 12 (5.08% from 255) = 2.83%

R = 41.27%
G = 55.9%
B = 2.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#AFED0C (or 0xAFED0C) is known color: Inch Worm. HEX triplet: AF, ED and 0C. RGB value is (175,237,12). Sum of RGB (Red+Green+Blue) = 175+237+12=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 237 (92.97% from 255 or 55.90% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFED0C is #5012F3. Grayscale: #C1C1C1. Windows color (decimal): -5247732 or 847279. OLE color: 847279.

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

Color convert

RGB 175 237 12 -
CMYK 0.26 0 0.95 0.07
HSL 76.53º 0.9% 0.49% -
HSV(B) 76.53º 0.95% 0.93% -
XYZ 48.03 69.71 11.27 -
YUV 192.81 25.96 115.3 -
System Red Green Blue C M Y K H S L
Decimal 175 237 12 0.26 0 0.95 0.07 76.53 0.9 0.49
Hex AF ED C 1A 0 5F 7 4D 5A 31
Octal 257 355 14 32 0 137 7 115 132 61
Binary 10101111 11101101 1100 11010 0 1011111 111 1001101 1011010 110001

Color Harmonies of #AFED0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFED0C

Black with #AFED0C

Text Example


Text Example

White with #AFED0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFED0C; }

 p { color: rgb(175,237,12); }

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

background-color css

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

 a { background-color: rgb(175,237,12); }

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

border-color css

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

 span { border-color: rgb(175,237,12); }

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