Html Css Color HEX #AED053 Conifer

📋 copy color: '#AED053'

red 174 ◦ green 208 ◦ blue 83

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

Shades of Conifer #AED053

Tints of Conifer #AED053

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.73%

 BLUE value IS 83 (32.81% from 255) = 17.85%

R = 37.42%
G = 44.73%
B = 17.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#AED053 (or 0xAED053) is known color: Conifer. HEX triplet: AE, D0 and 53. RGB value is (174,208,83). Sum of RGB (Red+Green+Blue) = 174+208+83=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #AED053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED053 is #512FAC. Grayscale: #B8B8B8. Windows color (decimal): -5320621 or 5492910. OLE color: 5492910.

HSL color Cylindrical-coordinate representation of color #AED053: hue angle of 76.32º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AED053 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 83 -
CMYK 0.16 0 0.60 0.18
HSL 76.32º 0.57% 0.57% -
HSV(B) 76.32º 0.6% 0.82% -
XYZ 41.57 54.73 16.56 -
YUV 183.58 71.24 121.16 -
System Red Green Blue C M Y K H S L
Decimal 174 208 83 0.16 0 0.60 0.18 76.32 0.57 0.57
Hex AE D0 53 10 0 3C 12 4C 39 39
Octal 256 320 123 20 0 74 22 114 71 71
Binary 10101110 11010000 1010011 10000 0 111100 10010 1001100 111001 111001

Color Harmonies of #AED053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED053

Black with #AED053

Text Example


Text Example

White with #AED053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED053; }

 p { color: rgb(174,208,83); }

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

background-color css

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

 a { background-color: rgb(174,208,83); }

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

border-color css

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

 span { border-color: rgb(174,208,83); }

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