Html Css Color HEX #AEDE6C Conifer

📋 copy color: '#AEDE6C'

red 174 ◦ green 222 ◦ blue 108

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

Shades of Conifer #AEDE6C

Tints of Conifer #AEDE6C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.05%

 BLUE value IS 108 (42.58% from 255) = 21.43%

R = 34.52%
G = 44.05%
B = 21.43%

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

#AEDE6C (or 0xAEDE6C) is known color: Conifer. HEX triplet: AE, DE and 6C. RGB value is (174,222,108). Sum of RGB (Red+Green+Blue) = 174+222+108=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDE6C is #512193. Grayscale: #C3C3C3. Windows color (decimal): -5317012 or 7134894. OLE color: 7134894.

HSL color Cylindrical-coordinate representation of color #AEDE6C: hue angle of 85.26º degrees, saturation: 0.63, 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 #AEDE6C is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 108 -
CMYK 0.22 0 0.51 0.13
HSL 85.26º 0.63% 0.65% -
HSV(B) 85.26º 0.51% 0.87% -
XYZ 46.28 62.32 23.78 -
YUV 194.65 79.1 113.27 -
System Red Green Blue C M Y K H S L
Decimal 174 222 108 0.22 0 0.51 0.13 85.26 0.63 0.65
Hex AE DE 6C 16 0 33 D 55 3F 41
Octal 256 336 154 26 0 63 15 125 77 101
Binary 10101110 11011110 1101100 10110 0 110011 1101 1010101 111111 1000001

Color Harmonies of #AEDE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE6C

Black with #AEDE6C

Text Example


Text Example

White with #AEDE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE6C; }

 p { color: rgb(174,222,108); }

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

background-color css

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

 a { background-color: rgb(174,222,108); }

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

border-color css

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

 span { border-color: rgb(174,222,108); }

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