Html Css Color HEX #AEDE6A Conifer

📋 copy color: '#AEDE6A'

red 174 ◦ green 222 ◦ blue 106

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

Shades of Conifer #AEDE6A

Tints of Conifer #AEDE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.12%

R = 34.66%
G = 44.22%
B = 21.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#AEDE6A (or 0xAEDE6A) is known color: Conifer. HEX triplet: AE, DE and 6A. RGB value is (174,222,106). Sum of RGB (Red+Green+Blue) = 174+222+106=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDE6A is #512195. Grayscale: #C2C2C2. Windows color (decimal): -5317014 or 7003822. OLE color: 7003822.

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

Color convert

RGB 174 222 106 -
CMYK 0.22 0 0.52 0.13
HSL 84.83º 0.64% 0.64% -
HSV(B) 84.83º 0.52% 0.87% -
XYZ 46.18 62.28 23.22 -
YUV 194.42 78.1 113.43 -
System Red Green Blue C M Y K H S L
Decimal 174 222 106 0.22 0 0.52 0.13 84.83 0.64 0.64
Hex AE DE 6A 16 0 34 D 55 40 40
Octal 256 336 152 26 0 64 15 125 100 100
Binary 10101110 11011110 1101010 10110 0 110100 1101 1010101 1000000 1000000

Color Harmonies of #AEDE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE6A

Black with #AEDE6A

Text Example


Text Example

White with #AEDE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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