Html Css Color HEX #AED14A Conifer

📋 copy color: '#AED14A'

red 174 ◦ green 209 ◦ blue 74

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

Shades of Conifer #AED14A

Tints of Conifer #AED14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.73%

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

R = 38.07%
G = 45.73%
B = 16.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#AED14A (or 0xAED14A) is known color: Conifer. HEX triplet: AE, D1 and 4A. RGB value is (174,209,74). Sum of RGB (Red+Green+Blue) = 174+209+74=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #AED14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED14A is #512EB5. Grayscale: #B7B7B7. Windows color (decimal): -5320374 or 4903342. OLE color: 4903342.

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

Color convert

RGB 174 209 74 -
CMYK 0.17 0 0.65 0.18
HSL 75.56º 0.59% 0.55% -
HSV(B) 75.56º 0.65% 0.82% -
XYZ 41.49 55.09 14.93 -
YUV 183.15 66.4 121.48 -
System Red Green Blue C M Y K H S L
Decimal 174 209 74 0.17 0 0.65 0.18 75.56 0.59 0.55
Hex AE D1 4A 11 0 41 12 4C 3B 37
Octal 256 321 112 21 0 101 22 114 73 67
Binary 10101110 11010001 1001010 10001 0 1000001 10010 1001100 111011 110111

Color Harmonies of #AED14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED14A

Black with #AED14A

Text Example


Text Example

White with #AED14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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