Html Css Color HEX #AEDB4D Conifer

📋 copy color: '#AEDB4D'

red 174 ◦ green 219 ◦ blue 77

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

Shades of Conifer #AEDB4D

Tints of Conifer #AEDB4D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.6%

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

R = 37.02%
G = 46.6%
B = 16.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#AEDB4D (or 0xAEDB4D) is known color: Conifer. HEX triplet: AE, DB and 4D. RGB value is (174,219,77). Sum of RGB (Red+Green+Blue) = 174+219+77=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB4D is #5124B2. Grayscale: #BDBDBD. Windows color (decimal): -5317811 or 5102510. OLE color: 5102510.

HSL color Cylindrical-coordinate representation of color #AEDB4D: hue angle of 79.01º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEDB4D is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 77 -
CMYK 0.21 0 0.65 0.14
HSL 79.01º 0.66% 0.58% -
HSV(B) 79.01º 0.65% 0.86% -
XYZ 44.13 60.2 16.31 -
YUV 189.36 64.59 117.05 -
System Red Green Blue C M Y K H S L
Decimal 174 219 77 0.21 0 0.65 0.14 79.01 0.66 0.58
Hex AE DB 4D 15 0 41 E 4F 42 3A
Octal 256 333 115 25 0 101 16 117 102 72
Binary 10101110 11011011 1001101 10101 0 1000001 1110 1001111 1000010 111010

Color Harmonies of #AEDB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB4D

Black with #AEDB4D

Text Example


Text Example

White with #AEDB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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