Html Css Color HEX #AFEA0C Inch Worm

📋 copy color: '#AFEA0C'

red 175 ◦ green 234 ◦ blue 12

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

Shades of Inch Worm #AFEA0C

Tints of Inch Worm #AFEA0C

RGB

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

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

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

R = 41.57%
G = 55.58%
B = 2.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#AFEA0C (or 0xAFEA0C) is known color: Inch Worm. HEX triplet: AF, EA and 0C. RGB value is (175,234,12). Sum of RGB (Red+Green+Blue) = 175+234+12=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 234 (91.80% from 255 or 55.58% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEA0C is #5015F3. Grayscale: #BFBFBF. Windows color (decimal): -5248500 or 846511. OLE color: 846511.

HSL color Cylindrical-coordinate representation of color #AFEA0C: hue angle of 75.95º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFEA0C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 12 -
CMYK 0.25 0 0.95 0.08
HSL 75.95º 0.9% 0.48% -
HSV(B) 75.95º 0.95% 0.92% -
XYZ 47.17 67.99 10.98 -
YUV 191.05 26.95 116.55 -
System Red Green Blue C M Y K H S L
Decimal 175 234 12 0.25 0 0.95 0.08 75.95 0.9 0.48
Hex AF EA C 19 0 5F 8 4C 5A 30
Octal 257 352 14 31 0 137 10 114 132 60
Binary 10101111 11101010 1100 11001 0 1011111 1000 1001100 1011010 110000

Color Harmonies of #AFEA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA0C

Black with #AFEA0C

Text Example


Text Example

White with #AFEA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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