Html Css Color HEX #AEDB5A Conifer

📋 copy color: '#AEDB5A'

red 174 ◦ green 219 ◦ blue 90

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

Shades of Conifer #AEDB5A

Tints of Conifer #AEDB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.63%

R = 36.02%
G = 45.34%
B = 18.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#AEDB5A (or 0xAEDB5A) is known color: Conifer. HEX triplet: AE, DB and 5A. RGB value is (174,219,90). Sum of RGB (Red+Green+Blue) = 174+219+90=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB5A is #5124A5. Grayscale: #BFBFBF. Windows color (decimal): -5317798 or 5954478. OLE color: 5954478.

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

Color convert

RGB 174 219 90 -
CMYK 0.21 0 0.59 0.14
HSL 80.93º 0.64% 0.61% -
HSV(B) 80.93º 0.59% 0.86% -
XYZ 44.63 60.4 18.98 -
YUV 190.84 71.09 115.99 -
System Red Green Blue C M Y K H S L
Decimal 174 219 90 0.21 0 0.59 0.14 80.93 0.64 0.61
Hex AE DB 5A 15 0 3B E 51 40 3D
Octal 256 333 132 25 0 73 16 121 100 75
Binary 10101110 11011011 1011010 10101 0 111011 1110 1010001 1000000 111101

Color Harmonies of #AEDB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB5A

Black with #AEDB5A

Text Example


Text Example

White with #AEDB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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