Html Css Color HEX #AEDB57 Conifer

📋 copy color: '#AEDB57'

red 174 ◦ green 219 ◦ blue 87

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

Shades of Conifer #AEDB57

Tints of Conifer #AEDB57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.13%

R = 36.25%
G = 45.63%
B = 18.13%

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

#AEDB57 (or 0xAEDB57) is known color: Conifer. HEX triplet: AE, DB and 57. RGB value is (174,219,87). Sum of RGB (Red+Green+Blue) = 174+219+87=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 87 (34.38% from 255 or 18.12% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB57 is #5124A8. Grayscale: #BEBEBE. Windows color (decimal): -5317801 or 5757870. OLE color: 5757870.

HSL color Cylindrical-coordinate representation of color #AEDB57: hue angle of 80.45º 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 #AEDB57 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 87 -
CMYK 0.21 0 0.60 0.14
HSL 80.45º 0.65% 0.6% -
HSV(B) 80.45º 0.6% 0.86% -
XYZ 44.51 60.35 18.32 -
YUV 190.5 69.59 116.23 -
System Red Green Blue C M Y K H S L
Decimal 174 219 87 0.21 0 0.60 0.14 80.45 0.65 0.6
Hex AE DB 57 15 0 3C E 50 41 3C
Octal 256 333 127 25 0 74 16 120 101 74
Binary 10101110 11011011 1010111 10101 0 111100 1110 1010000 1000001 111100

Color Harmonies of #AEDB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB57

Black with #AEDB57

Text Example


Text Example

White with #AEDB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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