Html Css Color HEX #AECC5A Conifer

📋 copy color: '#AECC5A'

red 174 ◦ green 204 ◦ blue 90

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

Shades of Conifer #AECC5A

Tints of Conifer #AECC5A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.59%

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

R = 37.18%
G = 43.59%
B = 19.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#AECC5A (or 0xAECC5A) is known color: Conifer. HEX triplet: AE, CC and 5A. RGB value is (174,204,90). Sum of RGB (Red+Green+Blue) = 174+204+90=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECC5A is #5133A5. Grayscale: #B6B6B6. Windows color (decimal): -5321638 or 5950638. OLE color: 5950638.

HSL color Cylindrical-coordinate representation of color #AECC5A: hue angle of 75.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AECC5A is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 90 -
CMYK 0.15 0 0.56 0.2
HSL 75.79º 0.53% 0.58% -
HSV(B) 75.79º 0.56% 0.8% -
XYZ 40.89 52.92 17.73 -
YUV 182.03 76.06 122.27 -
System Red Green Blue C M Y K H S L
Decimal 174 204 90 0.15 0 0.56 0.2 75.79 0.53 0.58
Hex AE CC 5A F 0 38 14 4C 35 3A
Octal 256 314 132 17 0 70 24 114 65 72
Binary 10101110 11001100 1011010 1111 0 111000 10100 1001100 110101 111010

Color Harmonies of #AECC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC5A

Black with #AECC5A

Text Example


Text Example

White with #AECC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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