Html Css Color HEX #AED960 Conifer

📋 copy color: '#AED960'

red 174 ◦ green 217 ◦ blue 96

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

Shades of Conifer #AED960

Tints of Conifer #AED960

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.56%

 BLUE value IS 96 (37.89% from 255) = 19.71%

R = 35.73%
G = 44.56%
B = 19.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#AED960 (or 0xAED960) is known color: Conifer. HEX triplet: AE, D9 and 60. RGB value is (174,217,96). Sum of RGB (Red+Green+Blue) = 174+217+96=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #AED960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED960 is #51269F. Grayscale: #BEBEBE. Windows color (decimal): -5318304 or 6347182. OLE color: 6347182.

HSL color Cylindrical-coordinate representation of color #AED960: hue angle of 81.32º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AED960 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 96 -
CMYK 0.20 0 0.56 0.15
HSL 81.32º 0.61% 0.61% -
HSV(B) 81.32º 0.56% 0.85% -
XYZ 44.38 59.47 20.21 -
YUV 190.35 74.75 116.34 -
System Red Green Blue C M Y K H S L
Decimal 174 217 96 0.20 0 0.56 0.15 81.32 0.61 0.61
Hex AE D9 60 14 0 38 F 51 3D 3D
Octal 256 331 140 24 0 70 17 121 75 75
Binary 10101110 11011001 1100000 10100 0 111000 1111 1010001 111101 111101

Color Harmonies of #AED960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED960

Black with #AED960

Text Example


Text Example

White with #AED960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED960; }

 p { color: rgb(174,217,96); }

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

background-color css

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

 a { background-color: rgb(174,217,96); }

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

border-color css

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

 span { border-color: rgb(174,217,96); }

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