#AEED4B

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

Shades of Conifer #AEED4B

Tints of Conifer #AEED4B

Color information

#AEED4B (or 0xAEED4B) is unknown color: approx Conifer. HEX triplet: AE, ED and 4B. RGB value is (174,237,75). Sum of RGB (Red+Green+Blue) = 174+237+75=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEED4B is #5112B4. Grayscale: #C8C8C8. Windows color (decimal): -5313205 or 4976046. OLE color: 4976046.

HSL color Cylindrical-coordinate representation of color #AEED4B: hue angle of 83.33º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AEED4B is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB17423775-
CMYK0.2700.680.07
HSL83.33º81.82%61.18%-
HSV(B)83.33º68.35%92.94%-
XYZ49.0170.0817.6-
YUV199.757.63109.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 237 (92.97% from 255) = 48.77%
BLUE value IS 75 (29.69% from 255) = 15.43%
R=35.80%
G=48.77%
B=15.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174237750.2700.680.0783.3381.8261.18
HexAEED4B1B044753523d
Octal256355113330104712312275
Binary10101110111011011001011110110100010011110100111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEED4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEED4B; }

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

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

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

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

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

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

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

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