Html Css Color HEX #AEDB50 Conifer

📋 copy color: '#AEDB50'

red 174 ◦ green 219 ◦ blue 80

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

Shades of Conifer #AEDB50

Tints of Conifer #AEDB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.91%

R = 36.79%
G = 46.3%
B = 16.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#AEDB50 (or 0xAEDB50) is known color: Conifer. HEX triplet: AE, DB and 50. RGB value is (174,219,80). Sum of RGB (Red+Green+Blue) = 174+219+80=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB50 is #5124AF. Grayscale: #BEBEBE. Windows color (decimal): -5317808 or 5299118. OLE color: 5299118.

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

Color convert

RGB 174 219 80 -
CMYK 0.21 0 0.63 0.14
HSL 79.42º 0.66% 0.59% -
HSV(B) 79.42º 0.63% 0.86% -
XYZ 44.24 60.24 16.89 -
YUV 189.7 66.09 116.8 -
System Red Green Blue C M Y K H S L
Decimal 174 219 80 0.21 0 0.63 0.14 79.42 0.66 0.59
Hex AE DB 50 15 0 3F E 4F 42 3B
Octal 256 333 120 25 0 77 16 117 102 73
Binary 10101110 11011011 1010000 10101 0 111111 1110 1001111 1000010 111011

Color Harmonies of #AEDB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB50

Black with #AEDB50

Text Example


Text Example

White with #AEDB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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