Html Css Color HEX #AACF65 Conifer

📋 copy color: '#AACF65'

red 170 ◦ green 207 ◦ blue 101

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

Shades of Conifer #AACF65

Tints of Conifer #AACF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.13%

R = 35.56%
G = 43.31%
B = 21.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#AACF65 (or 0xAACF65) is known color: Conifer. HEX triplet: AA, CF and 65. RGB value is (170,207,101). Sum of RGB (Red+Green+Blue) = 170+207+101=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF65 is #55309A. Grayscale: #B8B8B8. Windows color (decimal): -5583003 or 6672298. OLE color: 6672298.

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

Color convert

RGB 170 207 101 -
CMYK 0.18 0 0.51 0.19
HSL 80.94º 0.52% 0.6% -
HSV(B) 80.94º 0.51% 0.81% -
XYZ 41.24 54.11 20.58 -
YUV 183.85 81.24 118.12 -
System Red Green Blue C M Y K H S L
Decimal 170 207 101 0.18 0 0.51 0.19 80.94 0.52 0.6
Hex AA CF 65 12 0 33 13 51 34 3C
Octal 252 317 145 22 0 63 23 121 64 74
Binary 10101010 11001111 1100101 10010 0 110011 10011 1010001 110100 111100

Color Harmonies of #AACF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF65

Black with #AACF65

Text Example


Text Example

White with #AACF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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