Html Css Color HEX #AED364 Conifer

📋 copy color: '#AED364'

red 174 ◦ green 211 ◦ blue 100

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

Shades of Conifer #AED364

Tints of Conifer #AED364

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.51%

 BLUE value IS 100 (39.45% from 255) = 20.62%

R = 35.88%
G = 43.51%
B = 20.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#AED364 (or 0xAED364) is known color: Conifer. HEX triplet: AE, D3 and 64. RGB value is (174,211,100). Sum of RGB (Red+Green+Blue) = 174+211+100=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #AED364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED364 is #512C9B. Grayscale: #BBBBBB. Windows color (decimal): -5319836 or 6607790. OLE color: 6607790.

HSL color Cylindrical-coordinate representation of color #AED364: hue angle of 80º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AED364 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 100 -
CMYK 0.18 0 0.53 0.17
HSL 80º 0.56% 0.61% -
HSV(B) 80º 0.53% 0.83% -
XYZ 43.05 56.51 20.69 -
YUV 187.28 78.74 118.53 -
System Red Green Blue C M Y K H S L
Decimal 174 211 100 0.18 0 0.53 0.17 80 0.56 0.61
Hex AE D3 64 12 0 35 11 50 38 3D
Octal 256 323 144 22 0 65 21 120 70 75
Binary 10101110 11010011 1100100 10010 0 110101 10001 1010000 111000 111101

Color Harmonies of #AED364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED364

Black with #AED364

Text Example


Text Example

White with #AED364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED364; }

 p { color: rgb(174,211,100); }

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

background-color css

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

 a { background-color: rgb(174,211,100); }

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

border-color css

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

 span { border-color: rgb(174,211,100); }

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