Html Css Color HEX #AFD91E Inch Worm

📋 copy color: '#AFD91E'

red 175 ◦ green 217 ◦ blue 30

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

Shades of Inch Worm #AFD91E

Tints of Inch Worm #AFD91E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.42%

 BLUE value IS 30 (12.11% from 255) = 7.11%

R = 41.47%
G = 51.42%
B = 7.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#AFD91E (or 0xAFD91E) is known color: Inch Worm. HEX triplet: AF, D9 and 1E. RGB value is (175,217,30). Sum of RGB (Red+Green+Blue) = 175+217+30=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD91E is #5026E1. Grayscale: #B7B7B7. Windows color (decimal): -5252834 or 2021807. OLE color: 2021807.

HSL color Cylindrical-coordinate representation of color #AFD91E: hue angle of 73.48º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFD91E is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 217 30 -
CMYK 0.19 0 0.86 0.15
HSL 73.48º 0.76% 0.48% -
HSV(B) 73.48º 0.86% 0.85% -
XYZ 42.73 58.83 10.33 -
YUV 183.12 41.59 122.21 -
System Red Green Blue C M Y K H S L
Decimal 175 217 30 0.19 0 0.86 0.15 73.48 0.76 0.48
Hex AF D9 1E 13 0 56 F 49 4C 30
Octal 257 331 36 23 0 126 17 111 114 60
Binary 10101111 11011001 11110 10011 0 1010110 1111 1001001 1001100 110000

Color Harmonies of #AFD91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD91E

Black with #AFD91E

Text Example


Text Example

White with #AFD91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD91E; }

 p { color: rgb(175,217,30); }

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

background-color css

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

 a { background-color: rgb(175,217,30); }

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

border-color css

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

 span { border-color: rgb(175,217,30); }

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