Html Css Color HEX #AFEA0D Inch Worm

📋 copy color: '#AFEA0D'

red 175 ◦ green 234 ◦ blue 13

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

Shades of Inch Worm #AFEA0D

Tints of Inch Worm #AFEA0D

RGB

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

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

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

R = 41.47%
G = 55.45%
B = 3.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#AFEA0D (or 0xAFEA0D) is known color: Inch Worm. HEX triplet: AF, EA and 0D. RGB value is (175,234,13). Sum of RGB (Red+Green+Blue) = 175+234+13=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 234 (91.80% from 255 or 55.45% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEA0D is #5015F2. Grayscale: #BFBFBF. Windows color (decimal): -5248499 or 912047. OLE color: 912047.

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

Color convert

RGB 175 234 13 -
CMYK 0.25 0 0.94 0.08
HSL 76.02º 0.89% 0.48% -
HSV(B) 76.02º 0.94% 0.92% -
XYZ 47.17 67.99 11.02 -
YUV 191.17 27.45 116.47 -
System Red Green Blue C M Y K H S L
Decimal 175 234 13 0.25 0 0.94 0.08 76.02 0.89 0.48
Hex AF EA D 19 0 5E 8 4C 59 30
Octal 257 352 15 31 0 136 10 114 131 60
Binary 10101111 11101010 1101 11001 0 1011110 1000 1001100 1011001 110000

Color Harmonies of #AFEA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA0D

Black with #AFEA0D

Text Example


Text Example

White with #AFEA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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