Html Css Color HEX #AECE50 Conifer

📋 copy color: '#AECE50'

red 174 ◦ green 206 ◦ blue 80

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

Shades of Conifer #AECE50

Tints of Conifer #AECE50

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.78%

 BLUE value IS 80 (31.64% from 255) = 17.39%

R = 37.83%
G = 44.78%
B = 17.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#AECE50 (or 0xAECE50) is known color: Conifer. HEX triplet: AE, CE and 50. RGB value is (174,206,80). Sum of RGB (Red+Green+Blue) = 174+206+80=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECE50 is #5131AF. Grayscale: #B6B6B6. Windows color (decimal): -5321136 or 5295790. OLE color: 5295790.

HSL color Cylindrical-coordinate representation of color #AECE50: hue angle of 75.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AECE50 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 80 -
CMYK 0.16 0 0.61 0.19
HSL 75.24º 0.56% 0.56% -
HSV(B) 75.24º 0.61% 0.81% -
XYZ 40.97 53.72 15.8 -
YUV 182.07 70.4 122.25 -
System Red Green Blue C M Y K H S L
Decimal 174 206 80 0.16 0 0.61 0.19 75.24 0.56 0.56
Hex AE CE 50 10 0 3D 13 4B 38 38
Octal 256 316 120 20 0 75 23 113 70 70
Binary 10101110 11001110 1010000 10000 0 111101 10011 1001011 111000 111000

Color Harmonies of #AECE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECE50

Black with #AECE50

Text Example


Text Example

White with #AECE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECE50; }

 p { color: rgb(174,206,80); }

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

background-color css

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

 a { background-color: rgb(174,206,80); }

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

border-color css

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

 span { border-color: rgb(174,206,80); }

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