Html Css Color HEX #AFE30D Inch Worm

📋 copy color: '#AFE30D'

red 175 ◦ green 227 ◦ blue 13

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

Shades of Inch Worm #AFE30D

Tints of Inch Worm #AFE30D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 54.7%

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

R = 42.17%
G = 54.7%
B = 3.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#AFE30D (or 0xAFE30D) is known color: Inch Worm. HEX triplet: AF, E3 and 0D. RGB value is (175,227,13). Sum of RGB (Red+Green+Blue) = 175+227+13=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 227 (89.06% from 255 or 54.70% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE30D is #501CF2. Grayscale: #BBBBBB. Windows color (decimal): -5250291 or 910255. OLE color: 910255.

HSL color Cylindrical-coordinate representation of color #AFE30D: hue angle of 74.58º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFE30D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 13 -
CMYK 0.23 0 0.94 0.11
HSL 74.58º 0.89% 0.47% -
HSV(B) 74.58º 0.94% 0.89% -
XYZ 45.22 64.08 10.37 -
YUV 187.06 29.77 119.4 -
System Red Green Blue C M Y K H S L
Decimal 175 227 13 0.23 0 0.94 0.11 74.58 0.89 0.47
Hex AF E3 D 17 0 5E B 4B 59 2F
Octal 257 343 15 27 0 136 13 113 131 57
Binary 10101111 11100011 1101 10111 0 1011110 1011 1001011 1011001 101111

Color Harmonies of #AFE30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE30D

Black with #AFE30D

Text Example


Text Example

White with #AFE30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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