Html Css Color HEX #AEDB58 Conifer

📋 copy color: '#AEDB58'

red 174 ◦ green 219 ◦ blue 88

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

Shades of Conifer #AEDB58

Tints of Conifer #AEDB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.3%

R = 36.17%
G = 45.53%
B = 18.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#AEDB58 (or 0xAEDB58) is known color: Conifer. HEX triplet: AE, DB and 58. RGB value is (174,219,88). Sum of RGB (Red+Green+Blue) = 174+219+88=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB58 is #5124A7. Grayscale: #BFBFBF. Windows color (decimal): -5317800 or 5823406. OLE color: 5823406.

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

Color convert

RGB 174 219 88 -
CMYK 0.21 0 0.60 0.14
HSL 80.61º 0.65% 0.6% -
HSV(B) 80.61º 0.6% 0.86% -
XYZ 44.55 60.37 18.54 -
YUV 190.61 70.09 116.15 -
System Red Green Blue C M Y K H S L
Decimal 174 219 88 0.21 0 0.60 0.14 80.61 0.65 0.6
Hex AE DB 58 15 0 3C E 51 41 3C
Octal 256 333 130 25 0 74 16 121 101 74
Binary 10101110 11011011 1011000 10101 0 111100 1110 1010001 1000001 111100

Color Harmonies of #AEDB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB58

Black with #AEDB58

Text Example


Text Example

White with #AEDB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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