Html Css Color HEX #AEDE4D Conifer

📋 copy color: '#AEDE4D'

red 174 ◦ green 222 ◦ blue 77

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

Shades of Conifer #AEDE4D

Tints of Conifer #AEDE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.28%

R = 36.79%
G = 46.93%
B = 16.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#AEDE4D (or 0xAEDE4D) is known color: Conifer. HEX triplet: AE, DE and 4D. RGB value is (174,222,77). Sum of RGB (Red+Green+Blue) = 174+222+77=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDE4D is #5121B2. Grayscale: #BFBFBF. Windows color (decimal): -5317043 or 5103278. OLE color: 5103278.

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

Color convert

RGB 174 222 77 -
CMYK 0.22 0 0.65 0.13
HSL 79.86º 0.69% 0.59% -
HSV(B) 79.86º 0.65% 0.87% -
XYZ 44.92 61.78 16.58 -
YUV 191.12 63.6 115.79 -
System Red Green Blue C M Y K H S L
Decimal 174 222 77 0.22 0 0.65 0.13 79.86 0.69 0.59
Hex AE DE 4D 16 0 41 D 50 45 3B
Octal 256 336 115 26 0 101 15 120 105 73
Binary 10101110 11011110 1001101 10110 0 1000001 1101 1010000 1000101 111011

Color Harmonies of #AEDE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE4D

Black with #AEDE4D

Text Example


Text Example

White with #AEDE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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