Html Css Color HEX #AED44D Conifer

📋 copy color: '#AED44D'

red 174 ◦ green 212 ◦ blue 77

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

Shades of Conifer #AED44D

Tints of Conifer #AED44D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.79%

 BLUE value IS 77 (30.47% from 255) = 16.63%

R = 37.58%
G = 45.79%
B = 16.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#AED44D (or 0xAED44D) is known color: Conifer. HEX triplet: AE, D4 and 4D. RGB value is (174,212,77). Sum of RGB (Red+Green+Blue) = 174+212+77=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #AED44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED44D is #512BB2. Grayscale: #B9B9B9. Windows color (decimal): -5319603 or 5100718. OLE color: 5100718.

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

Color convert

RGB 174 212 77 -
CMYK 0.18 0 0.64 0.17
HSL 76.89º 0.61% 0.57% -
HSV(B) 76.89º 0.64% 0.83% -
XYZ 42.34 56.62 15.72 -
YUV 185.25 66.91 119.98 -
System Red Green Blue C M Y K H S L
Decimal 174 212 77 0.18 0 0.64 0.17 76.89 0.61 0.57
Hex AE D4 4D 12 0 40 11 4D 3D 39
Octal 256 324 115 22 0 100 21 115 75 71
Binary 10101110 11010100 1001101 10010 0 1000000 10001 1001101 111101 111001

Color Harmonies of #AED44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED44D

Black with #AED44D

Text Example


Text Example

White with #AED44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED44D; }

 p { color: rgb(174,212,77); }

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

background-color css

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

 a { background-color: rgb(174,212,77); }

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

border-color css

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

 span { border-color: rgb(174,212,77); }

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