Html Css Color HEX #AEDB60 Conifer

📋 copy color: '#AEDB60'

red 174 ◦ green 219 ◦ blue 96

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

Shades of Conifer #AEDB60

Tints of Conifer #AEDB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.63%

R = 35.58%
G = 44.79%
B = 19.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#AEDB60 (or 0xAEDB60) is known color: Conifer. HEX triplet: AE, DB and 60. RGB value is (174,219,96). Sum of RGB (Red+Green+Blue) = 174+219+96=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB60 is #51249F. Grayscale: #BFBFBF. Windows color (decimal): -5317792 or 6347694. OLE color: 6347694.

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

Color convert

RGB 174 219 96 -
CMYK 0.21 0 0.56 0.14
HSL 81.95º 0.63% 0.62% -
HSV(B) 81.95º 0.56% 0.86% -
XYZ 44.9 60.51 20.38 -
YUV 191.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 174 219 96 0.21 0 0.56 0.14 81.95 0.63 0.62
Hex AE DB 60 15 0 38 E 52 3F 3E
Octal 256 333 140 25 0 70 16 122 77 76
Binary 10101110 11011011 1100000 10101 0 111000 1110 1010010 111111 111110

Color Harmonies of #AEDB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB60

Black with #AEDB60

Text Example


Text Example

White with #AEDB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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