Html Css Color HEX #AEDB4A Conifer

📋 copy color: '#AEDB4A'

red 174 ◦ green 219 ◦ blue 74

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

Shades of Conifer #AEDB4A

Tints of Conifer #AEDB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.9%

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

R = 37.26%
G = 46.9%
B = 15.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#AEDB4A (or 0xAEDB4A) is known color: Conifer. HEX triplet: AE, DB and 4A. RGB value is (174,219,74). Sum of RGB (Red+Green+Blue) = 174+219+74=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDB4A is #5124B5. Grayscale: #BDBDBD. Windows color (decimal): -5317814 or 4905902. OLE color: 4905902.

HSL color Cylindrical-coordinate representation of color #AEDB4A: hue angle of 78.62º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEDB4A is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 74 -
CMYK 0.21 0 0.66 0.14
HSL 78.62º 0.67% 0.57% -
HSV(B) 78.62º 0.66% 0.86% -
XYZ 44.02 60.16 15.77 -
YUV 189.02 63.09 117.29 -
System Red Green Blue C M Y K H S L
Decimal 174 219 74 0.21 0 0.66 0.14 78.62 0.67 0.57
Hex AE DB 4A 15 0 42 E 4F 43 39
Octal 256 333 112 25 0 102 16 117 103 71
Binary 10101110 11011011 1001010 10101 0 1000010 1110 1001111 1000011 111001

Color Harmonies of #AEDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB4A

Black with #AEDB4A

Text Example


Text Example

White with #AEDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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