Html Css Color HEX #AED44A Conifer

📋 copy color: '#AED44A'

red 174 ◦ green 212 ◦ blue 74

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

Shades of Conifer #AED44A

Tints of Conifer #AED44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.09%

R = 37.83%
G = 46.09%
B = 16.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#AED44A (or 0xAED44A) is known color: Conifer. HEX triplet: AE, D4 and 4A. RGB value is (174,212,74). Sum of RGB (Red+Green+Blue) = 174+212+74=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #AED44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED44A is #512BB5. Grayscale: #B9B9B9. Windows color (decimal): -5319606 or 4904110. OLE color: 4904110.

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

Color convert

RGB 174 212 74 -
CMYK 0.18 0 0.65 0.17
HSL 76.52º 0.62% 0.56% -
HSV(B) 76.52º 0.65% 0.83% -
XYZ 42.24 56.58 15.17 -
YUV 184.91 65.41 120.22 -
System Red Green Blue C M Y K H S L
Decimal 174 212 74 0.18 0 0.65 0.17 76.52 0.62 0.56
Hex AE D4 4A 12 0 41 11 4D 3E 38
Octal 256 324 112 22 0 101 21 115 76 70
Binary 10101110 11010100 1001010 10010 0 1000001 10001 1001101 111110 111000

Color Harmonies of #AED44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED44A

Black with #AED44A

Text Example


Text Example

White with #AED44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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