Html Css Color HEX #AED71C Inch Worm

📋 copy color: '#AED71C'

red 174 ◦ green 215 ◦ blue 28

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

Shades of Inch Worm #AED71C

Tints of Inch Worm #AED71C

RGB

 RED value IS 174 (68.36% from 255) = 41.73%

 GREEN value IS 215 (84.38% from 255) = 51.56%

 BLUE value IS 28 (11.33% from 255) = 6.71%

R = 41.73%
G = 51.56%
B = 6.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#AED71C (or 0xAED71C) is known color: Inch Worm. HEX triplet: AE, D7 and 1C. RGB value is (174,215,28). Sum of RGB (Red+Green+Blue) = 174+215+28=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #AED71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED71C is #5128E3. Grayscale: #B6B6B6. Windows color (decimal): -5318884 or 1890222. OLE color: 1890222.

HSL color Cylindrical-coordinate representation of color #AED71C: hue angle of 73.16º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AED71C is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 28 -
CMYK 0.19 0 0.87 0.16
HSL 73.16º 0.77% 0.48% -
HSV(B) 73.16º 0.87% 0.84% -
XYZ 41.97 57.68 10.02 -
YUV 181.42 41.42 122.71 -
System Red Green Blue C M Y K H S L
Decimal 174 215 28 0.19 0 0.87 0.16 73.16 0.77 0.48
Hex AE D7 1C 13 0 57 10 49 4D 30
Octal 256 327 34 23 0 127 20 111 115 60
Binary 10101110 11010111 11100 10011 0 1010111 10000 1001001 1001101 110000

Color Harmonies of #AED71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED71C

Black with #AED71C

Text Example


Text Example

White with #AED71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED71C; }

 p { color: rgb(174,215,28); }

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

background-color css

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

 a { background-color: rgb(174,215,28); }

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

border-color css

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

 span { border-color: rgb(174,215,28); }

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