Html Css Color HEX #AFE003 Inch Worm

📋 copy color: '#AFE003'

red 175 ◦ green 224 ◦ blue 3

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

Shades of Inch Worm #AFE003

Tints of Inch Worm #AFE003

RGB

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

 GREEN value IS 224 (87.89% from 255) = 55.72%

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 43.53%
G = 55.72%
B = 0.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#AFE003 (or 0xAFE003) is known color: Inch Worm. HEX triplet: AF, E0 and 03. RGB value is (175,224,3). Sum of RGB (Red+Green+Blue) = 175+224+3=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 224 (87.89% from 255 or 55.72% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE003 is #501FFC. Grayscale: #B8B8B8. Windows color (decimal): -5251069 or 254127. OLE color: 254127.

HSL color Cylindrical-coordinate representation of color #AFE003: hue angle of 73.3º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFE003 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 3 -
CMYK 0.22 0 0.99 0.12
HSL 73.3º 0.97% 0.45% -
HSV(B) 73.3º 0.99% 0.88% -
XYZ 44.35 62.43 9.8 -
YUV 184.16 25.77 121.47 -
System Red Green Blue C M Y K H S L
Decimal 175 224 3 0.22 0 0.99 0.12 73.3 0.97 0.45
Hex AF E0 3 16 0 63 C 49 61 2D
Octal 257 340 3 26 0 143 14 111 141 55
Binary 10101111 11100000 11 10110 0 1100011 1100 1001001 1100001 101101

Color Harmonies of #AFE003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE003

Black with #AFE003

Text Example


Text Example

White with #AFE003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE003; }

 p { color: rgb(175,224,3); }

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

background-color css

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

 a { background-color: rgb(175,224,3); }

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

border-color css

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

 span { border-color: rgb(175,224,3); }

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