Html Css Color HEX #AEEA5E Conifer

📋 copy color: '#AEEA5E'

red 174 ◦ green 234 ◦ blue 94

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

Shades of Conifer #AEEA5E

Tints of Conifer #AEEA5E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.61%

 BLUE value IS 94 (37.11% from 255) = 18.73%

R = 34.66%
G = 46.61%
B = 18.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#AEEA5E (or 0xAEEA5E) is known color: Conifer. HEX triplet: AE, EA and 5E. RGB value is (174,234,94). Sum of RGB (Red+Green+Blue) = 174+234+94=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEA5E is #5115A1. Grayscale: #C8C8C8. Windows color (decimal): -5313954 or 6220462. OLE color: 6220462.

HSL color Cylindrical-coordinate representation of color #AEEA5E: hue angle of 85.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEEA5E is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 234 94 -
CMYK 0.26 0 0.60 0.08
HSL 85.71º 0.77% 0.64% -
HSV(B) 85.71º 0.6% 0.92% -
XYZ 48.9 68.65 21.26 -
YUV 200.1 68.12 109.38 -
System Red Green Blue C M Y K H S L
Decimal 174 234 94 0.26 0 0.60 0.08 85.71 0.77 0.64
Hex AE EA 5E 1A 0 3C 8 56 4D 40
Octal 256 352 136 32 0 74 10 126 115 100
Binary 10101110 11101010 1011110 11010 0 111100 1000 1010110 1001101 1000000

Color Harmonies of #AEEA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEA5E

Black with #AEEA5E

Text Example


Text Example

White with #AEEA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEA5E; }

 p { color: rgb(174,234,94); }

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

background-color css

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

 a { background-color: rgb(174,234,94); }

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

border-color css

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

 span { border-color: rgb(174,234,94); }

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