Html Css Color HEX #AED94A Conifer

📋 copy color: '#AED94A'

red 174 ◦ green 217 ◦ blue 74

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

Shades of Conifer #AED94A

Tints of Conifer #AED94A

RGB

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

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

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

R = 37.42%
G = 46.67%
B = 15.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#AED94A (or 0xAED94A) is known color: Conifer. HEX triplet: AE, D9 and 4A. RGB value is (174,217,74). Sum of RGB (Red+Green+Blue) = 174+217+74=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #AED94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED94A is #5126B5. Grayscale: #BCBCBC. Windows color (decimal): -5318326 or 4905390. OLE color: 4905390.

HSL color Cylindrical-coordinate representation of color #AED94A: hue angle of 78.04º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AED94A is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 74 -
CMYK 0.20 0 0.66 0.15
HSL 78.04º 0.65% 0.57% -
HSV(B) 78.04º 0.66% 0.85% -
XYZ 43.5 59.12 15.6 -
YUV 187.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 174 217 74 0.20 0 0.66 0.15 78.04 0.65 0.57
Hex AE D9 4A 14 0 42 F 4E 41 39
Octal 256 331 112 24 0 102 17 116 101 71
Binary 10101110 11011001 1001010 10100 0 1000010 1111 1001110 1000001 111001

Color Harmonies of #AED94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED94A

Black with #AED94A

Text Example


Text Example

White with #AED94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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