Html Css Color HEX #AEDB63 Conifer

📋 copy color: '#AEDB63'

red 174 ◦ green 219 ◦ blue 99

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

Shades of Conifer #AEDB63

Tints of Conifer #AEDB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.12%

R = 35.37%
G = 44.51%
B = 20.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#AEDB63 (or 0xAEDB63) is known color: Conifer. HEX triplet: AE, DB and 63. RGB value is (174,219,99). Sum of RGB (Red+Green+Blue) = 174+219+99=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB63 is #51249C. Grayscale: #C0C0C0. Windows color (decimal): -5317789 or 6544302. OLE color: 6544302.

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

Color convert

RGB 174 219 99 -
CMYK 0.21 0 0.55 0.14
HSL 82.5º 0.63% 0.62% -
HSV(B) 82.5º 0.55% 0.86% -
XYZ 45.04 60.56 21.12 -
YUV 191.87 75.59 115.26 -
System Red Green Blue C M Y K H S L
Decimal 174 219 99 0.21 0 0.55 0.14 82.5 0.63 0.62
Hex AE DB 63 15 0 37 E 52 3E 3E
Octal 256 333 143 25 0 67 16 122 76 76
Binary 10101110 11011011 1100011 10101 0 110111 1110 1010010 111110 111110

Color Harmonies of #AEDB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB63

Black with #AEDB63

Text Example


Text Example

White with #AEDB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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