Html Css Color HEX #AEDF6D Conifer

📋 copy color: '#AEDF6D'

red 174 ◦ green 223 ◦ blue 109

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

Shades of Conifer #AEDF6D

Tints of Conifer #AEDF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.54%

R = 34.39%
G = 44.07%
B = 21.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#AEDF6D (or 0xAEDF6D) is known color: Conifer. HEX triplet: AE, DF and 6D. RGB value is (174,223,109). Sum of RGB (Red+Green+Blue) = 174+223+109=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDF6D is #512092. Grayscale: #C3C3C3. Windows color (decimal): -5316755 or 7200686. OLE color: 7200686.

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

Color convert

RGB 174 223 109 -
CMYK 0.22 0 0.51 0.13
HSL 85.79º 0.64% 0.65% -
HSV(B) 85.79º 0.51% 0.87% -
XYZ 46.6 62.88 24.15 -
YUV 195.35 79.27 112.77 -
System Red Green Blue C M Y K H S L
Decimal 174 223 109 0.22 0 0.51 0.13 85.79 0.64 0.65
Hex AE DF 6D 16 0 33 D 56 40 41
Octal 256 337 155 26 0 63 15 126 100 101
Binary 10101110 11011111 1101101 10110 0 110011 1101 1010110 1000000 1000001

Color Harmonies of #AEDF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF6D

Black with #AEDF6D

Text Example


Text Example

White with #AEDF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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