Html Css Color HEX #AED755 Conifer

📋 copy color: '#AED755'

red 174 ◦ green 215 ◦ blue 85

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

Shades of Conifer #AED755

Tints of Conifer #AED755

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.36%

 BLUE value IS 85 (33.59% from 255) = 17.93%

R = 36.71%
G = 45.36%
B = 17.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#AED755 (or 0xAED755) is known color: Conifer. HEX triplet: AE, D7 and 55. RGB value is (174,215,85). Sum of RGB (Red+Green+Blue) = 174+215+85=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #AED755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED755 is #5128AA. Grayscale: #BCBCBC. Windows color (decimal): -5318827 or 5625774. OLE color: 5625774.

HSL color Cylindrical-coordinate representation of color #AED755: hue angle of 78.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AED755 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 85 -
CMYK 0.19 0 0.60 0.16
HSL 78.92º 0.62% 0.59% -
HSV(B) 78.92º 0.6% 0.84% -
XYZ 43.4 58.26 17.55 -
YUV 187.92 69.92 118.07 -
System Red Green Blue C M Y K H S L
Decimal 174 215 85 0.19 0 0.60 0.16 78.92 0.62 0.59
Hex AE D7 55 13 0 3C 10 4F 3E 3B
Octal 256 327 125 23 0 74 20 117 76 73
Binary 10101110 11010111 1010101 10011 0 111100 10000 1001111 111110 111011

Color Harmonies of #AED755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED755

Black with #AED755

Text Example


Text Example

White with #AED755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED755; }

 p { color: rgb(174,215,85); }

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

background-color css

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

 a { background-color: rgb(174,215,85); }

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

border-color css

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

 span { border-color: rgb(174,215,85); }

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