Html Css Color HEX #AFEB0E Inch Worm

📋 copy color: '#AFEB0E'

red 175 ◦ green 235 ◦ blue 14

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

Shades of Inch Worm #AFEB0E

Tints of Inch Worm #AFEB0E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.42%

 BLUE value IS 14 (5.86% from 255) = 3.3%

R = 41.27%
G = 55.42%
B = 3.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#AFEB0E (or 0xAFEB0E) is known color: Inch Worm. HEX triplet: AF, EB and 0E. RGB value is (175,235,14). Sum of RGB (Red+Green+Blue) = 175+235+14=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 235 (92.19% from 255 or 55.42% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEB0E is #5014F1. Grayscale: #C0C0C0. Windows color (decimal): -5248242 or 977839. OLE color: 977839.

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

Color convert

RGB 175 235 14 -
CMYK 0.26 0 0.94 0.08
HSL 76.29º 0.89% 0.49% -
HSV(B) 76.29º 0.94% 0.92% -
XYZ 47.47 68.56 11.15 -
YUV 191.87 27.62 115.97 -
System Red Green Blue C M Y K H S L
Decimal 175 235 14 0.26 0 0.94 0.08 76.29 0.89 0.49
Hex AF EB E 1A 0 5E 8 4C 59 31
Octal 257 353 16 32 0 136 10 114 131 61
Binary 10101111 11101011 1110 11010 0 1011110 1000 1001100 1011001 110001

Color Harmonies of #AFEB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB0E

Black with #AFEB0E

Text Example


Text Example

White with #AFEB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB0E; }

 p { color: rgb(175,235,14); }

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

background-color css

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

 a { background-color: rgb(175,235,14); }

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

border-color css

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

 span { border-color: rgb(175,235,14); }

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