Html Css Color HEX #AACF60 Conifer

📋 copy color: '#AACF60'

red 170 ◦ green 207 ◦ blue 96

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

Shades of Conifer #AACF60

Tints of Conifer #AACF60

RGB

 RED value IS 170 (66.8% from 255) = 35.94%

 GREEN value IS 207 (81.25% from 255) = 43.76%

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

R = 35.94%
G = 43.76%
B = 20.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#AACF60 (or 0xAACF60) is known color: Conifer. HEX triplet: AA, CF and 60. RGB value is (170,207,96). Sum of RGB (Red+Green+Blue) = 170+207+96=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF60 is #55309F. Grayscale: #B7B7B7. Windows color (decimal): -5583008 or 6344618. OLE color: 6344618.

HSL color Cylindrical-coordinate representation of color #AACF60: hue angle of 80º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AACF60 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 207 96 -
CMYK 0.18 0 0.54 0.19
HSL 80º 0.54% 0.59% -
HSV(B) 80º 0.54% 0.81% -
XYZ 41 54.02 19.33 -
YUV 183.28 78.74 118.53 -
System Red Green Blue C M Y K H S L
Decimal 170 207 96 0.18 0 0.54 0.19 80 0.54 0.59
Hex AA CF 60 12 0 36 13 50 36 3B
Octal 252 317 140 22 0 66 23 120 66 73
Binary 10101010 11001111 1100000 10010 0 110110 10011 1010000 110110 111011

Color Harmonies of #AACF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF60

Black with #AACF60

Text Example


Text Example

White with #AACF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF60; }

 p { color: rgb(170,207,96); }

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

background-color css

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

 a { background-color: rgb(170,207,96); }

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

border-color css

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

 span { border-color: rgb(170,207,96); }

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