Html Css Color HEX #AACF68 Conifer

📋 copy color: '#AACF68'

red 170 ◦ green 207 ◦ blue 104

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

Shades of Conifer #AACF68

Tints of Conifer #AACF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.62%

R = 35.34%
G = 43.04%
B = 21.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#AACF68 (or 0xAACF68) is known color: Conifer. HEX triplet: AA, CF and 68. RGB value is (170,207,104). Sum of RGB (Red+Green+Blue) = 170+207+104=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF68 is #553097. Grayscale: #B8B8B8. Windows color (decimal): -5583000 or 6868906. OLE color: 6868906.

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

Color convert

RGB 170 207 104 -
CMYK 0.18 0 0.50 0.19
HSL 81.55º 0.52% 0.61% -
HSV(B) 81.55º 0.5% 0.81% -
XYZ 41.39 54.17 21.37 -
YUV 184.2 82.74 117.88 -
System Red Green Blue C M Y K H S L
Decimal 170 207 104 0.18 0 0.50 0.19 81.55 0.52 0.61
Hex AA CF 68 12 0 32 13 52 34 3D
Octal 252 317 150 22 0 62 23 122 64 75
Binary 10101010 11001111 1101000 10010 0 110010 10011 1010010 110100 111101

Color Harmonies of #AACF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF68

Black with #AACF68

Text Example


Text Example

White with #AACF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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