Html Css Color HEX #AED31B Inch Worm

📋 copy color: '#AED31B'

red 174 ◦ green 211 ◦ blue 27

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

Shades of Inch Worm #AED31B

Tints of Inch Worm #AED31B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.21%

 BLUE value IS 27 (10.94% from 255) = 6.55%

R = 42.23%
G = 51.21%
B = 6.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#AED31B (or 0xAED31B) is known color: Inch Worm. HEX triplet: AE, D3 and 1B. RGB value is (174,211,27). Sum of RGB (Red+Green+Blue) = 174+211+27=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 211 (82.81% from 255 or 51.21% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 211 - color contains mainly: green. Hex color #AED31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED31B is #512CE4. Grayscale: #B3B3B3. Windows color (decimal): -5319909 or 1823662. OLE color: 1823662.

HSL color Cylindrical-coordinate representation of color #AED31B: hue angle of 72.07º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AED31B is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 27 -
CMYK 0.18 0 0.87 0.17
HSL 72.07º 0.77% 0.47% -
HSV(B) 72.07º 0.87% 0.83% -
XYZ 40.95 55.67 9.62 -
YUV 178.96 42.24 124.46 -
System Red Green Blue C M Y K H S L
Decimal 174 211 27 0.18 0 0.87 0.17 72.07 0.77 0.47
Hex AE D3 1B 12 0 57 11 48 4D 2F
Octal 256 323 33 22 0 127 21 110 115 57
Binary 10101110 11010011 11011 10010 0 1010111 10001 1001000 1001101 101111

Color Harmonies of #AED31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED31B

Black with #AED31B

Text Example


Text Example

White with #AED31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED31B; }

 p { color: rgb(174,211,27); }

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

background-color css

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

 a { background-color: rgb(174,211,27); }

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

border-color css

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

 span { border-color: rgb(174,211,27); }

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