#AEF35A

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

Shades of Conifer #AEF35A

Tints of Conifer #AEF35A

Color information

#AEF35A (or 0xAEF35A) is unknown color: approx Conifer. HEX triplet: AE, F3 and 5A. RGB value is (174,243,90). Sum of RGB (Red+Green+Blue) = 174+243+90=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF35A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF35A is #510CA5. Grayscale: #CDCDCD. Windows color (decimal): -5311654 or 5960622. OLE color: 5960622.

HSL color Cylindrical-coordinate representation of color #AEF35A: hue angle of 87.06º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEF35A is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB17424390-
CMYK0.2800.630.05
HSL87.06º86.44%65.29%-
HSV(B)87.06º62.96%95.29%-
XYZ51.3573.8421.22-
YUV204.9363.14105.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 243 (95.31% from 255) = 47.93%
BLUE value IS 90 (35.55% from 255) = 17.75%
R=34.32%
G=47.93%
B=17.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal174243900.2800.630.0587.0686.4465.29
HexAEF35A1C03F5575641
Octal256363132340775127126101
Binary10101110111100111011010111000111111101101011110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF35A; }

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

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

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

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

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

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

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

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