Html Css Color HEX #AEDF5E Conifer

📋 copy color: '#AEDF5E'

red 174 ◦ green 223 ◦ blue 94

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

Shades of Conifer #AEDF5E

Tints of Conifer #AEDF5E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.42%

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

R = 35.44%
G = 45.42%
B = 19.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#AEDF5E (or 0xAEDF5E) is known color: Conifer. HEX triplet: AE, DF and 5E. RGB value is (174,223,94). Sum of RGB (Red+Green+Blue) = 174+223+94=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 94 (37.11% from 255 or 19.14% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDF5E is #5120A1. Grayscale: #C2C2C2. Windows color (decimal): -5316770 or 6217646. OLE color: 6217646.

HSL color Cylindrical-coordinate representation of color #AEDF5E: hue angle of 82.79º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEDF5E is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 223 94 -
CMYK 0.22 0 0.58 0.13
HSL 82.79º 0.67% 0.62% -
HSV(B) 82.79º 0.58% 0.87% -
XYZ 45.86 62.58 20.25 -
YUV 193.64 71.77 113.99 -
System Red Green Blue C M Y K H S L
Decimal 174 223 94 0.22 0 0.58 0.13 82.79 0.67 0.62
Hex AE DF 5E 16 0 3A D 53 43 3E
Octal 256 337 136 26 0 72 15 123 103 76
Binary 10101110 11011111 1011110 10110 0 111010 1101 1010011 1000011 111110

Color Harmonies of #AEDF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF5E

Black with #AEDF5E

Text Example


Text Example

White with #AEDF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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