Html Css Color HEX #AACF67 Conifer

📋 copy color: '#AACF67'

red 170 ◦ green 207 ◦ blue 103

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

Shades of Conifer #AACF67

Tints of Conifer #AACF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.46%

R = 35.42%
G = 43.13%
B = 21.46%

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

#AACF67 (or 0xAACF67) is known color: Conifer. HEX triplet: AA, CF and 67. RGB value is (170,207,103). Sum of RGB (Red+Green+Blue) = 170+207+103=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF67 is #553098. Grayscale: #B8B8B8. Windows color (decimal): -5583001 or 6803370. OLE color: 6803370.

HSL color Cylindrical-coordinate representation of color #AACF67: hue angle of 81.35º 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 #AACF67 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 207 103 -
CMYK 0.18 0 0.50 0.19
HSL 81.35º 0.52% 0.61% -
HSV(B) 81.35º 0.5% 0.81% -
XYZ 41.34 54.15 21.11 -
YUV 184.08 82.24 117.96 -
System Red Green Blue C M Y K H S L
Decimal 170 207 103 0.18 0 0.50 0.19 81.35 0.52 0.61
Hex AA CF 67 12 0 32 13 51 34 3D
Octal 252 317 147 22 0 62 23 121 64 75
Binary 10101010 11001111 1100111 10010 0 110010 10011 1010001 110100 111101

Color Harmonies of #AACF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF67

Black with #AACF67

Text Example


Text Example

White with #AACF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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