Html Css Color HEX #AED865 Conifer

📋 copy color: '#AED865'

red 174 ◦ green 216 ◦ blue 101

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

Shades of Conifer #AED865

Tints of Conifer #AED865

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.99%

 BLUE value IS 101 (39.84% from 255) = 20.57%

R = 35.44%
G = 43.99%
B = 20.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#AED865 (or 0xAED865) is known color: Conifer. HEX triplet: AE, D8 and 65. RGB value is (174,216,101). Sum of RGB (Red+Green+Blue) = 174+216+101=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #AED865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED865 is #51279A. Grayscale: #BEBEBE. Windows color (decimal): -5318555 or 6674606. OLE color: 6674606.

HSL color Cylindrical-coordinate representation of color #AED865: hue angle of 81.91º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AED865 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 216 101 -
CMYK 0.19 0 0.53 0.15
HSL 81.91º 0.6% 0.62% -
HSV(B) 81.91º 0.53% 0.85% -
XYZ 44.36 59.05 21.37 -
YUV 190.33 77.59 116.35 -
System Red Green Blue C M Y K H S L
Decimal 174 216 101 0.19 0 0.53 0.15 81.91 0.6 0.62
Hex AE D8 65 13 0 35 F 52 3C 3E
Octal 256 330 145 23 0 65 17 122 74 76
Binary 10101110 11011000 1100101 10011 0 110101 1111 1010010 111100 111110

Color Harmonies of #AED865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED865

Black with #AED865

Text Example


Text Example

White with #AED865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED865; }

 p { color: rgb(174,216,101); }

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

background-color css

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

 a { background-color: rgb(174,216,101); }

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

border-color css

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

 span { border-color: rgb(174,216,101); }

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