Html Css Color HEX #AACF69 Conifer

📋 copy color: '#AACF69'

red 170 ◦ green 207 ◦ blue 105

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

Shades of Conifer #AACF69

Tints of Conifer #AACF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.78%

R = 35.27%
G = 42.95%
B = 21.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#AACF69 (or 0xAACF69) is known color: Conifer. HEX triplet: AA, CF and 69. RGB value is (170,207,105). Sum of RGB (Red+Green+Blue) = 170+207+105=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF69 is #553096. Grayscale: #B8B8B8. Windows color (decimal): -5582999 or 6934442. OLE color: 6934442.

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

Color convert

RGB 170 207 105 -
CMYK 0.18 0 0.49 0.19
HSL 81.76º 0.52% 0.61% -
HSV(B) 81.76º 0.49% 0.81% -
XYZ 41.44 54.19 21.64 -
YUV 184.31 83.24 117.79 -
System Red Green Blue C M Y K H S L
Decimal 170 207 105 0.18 0 0.49 0.19 81.76 0.52 0.61
Hex AA CF 69 12 0 31 13 52 34 3D
Octal 252 317 151 22 0 61 23 122 64 75
Binary 10101010 11001111 1101001 10010 0 110001 10011 1010010 110100 111101

Color Harmonies of #AACF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF69

Black with #AACF69

Text Example


Text Example

White with #AACF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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