#aecf4b

Color #AECF4B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AECF4B

Tints of Conifer #AECF4B

Color information

#AECF4B (or 0xAECF4B) is unknown color: approx Conifer. HEX triplet: AE, CF and 4B. RGB value is (174,207,75). Sum of RGB (Red+Green+Blue) = 174+207+75=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF4B is #5130B4. Grayscale: #B6B6B6. Windows color (decimal): -5320885 or 4968366. OLE color: 4968366.

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

Color convert

RGB17420775-
CMYK0.1600.640.19
HSL75º57.89%55.29%-
HSV(B)75º63.77%81.18%-
XYZ41.0454.1314.94-
YUV182.0867.57122.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 207 (81.25% from 255) = 45.39%
BLUE value IS 75 (29.69% from 255) = 16.45%
R=38.16%
G=45.39%
B=16.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174207750.1600.640.197557.8955.29
HexAECF4B10040134b3a37
Octal256317113200100231137267
Binary101011101100111110010111000001000000100111001011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aecf4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aecf4b; }

 p { color: rgb(174,207,75); }

 H1.HeaderClassName
 {
   color: #aecf4b;
 }
 .AnyTagClassName
 {
   color: #aecf4b;
 }
</style>
background-color css

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

 a { background-color: rgb(174,207,75); }

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

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

 span { border-color: rgb(174,207,75); }

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