Html Css Color HEX #ACD769 Conifer

📋 copy color: '#ACD769'

red 172 ◦ green 215 ◦ blue 105

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

Shades of Conifer #ACD769

Tints of Conifer #ACD769

RGB

 RED value IS 172 (67.58% from 255) = 34.96%

 GREEN value IS 215 (84.38% from 255) = 43.7%

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

R = 34.96%
G = 43.7%
B = 21.34%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#ACD769 (or 0xACD769) is known color: Conifer. HEX triplet: AC, D7 and 69. RGB value is (172,215,105). Sum of RGB (Red+Green+Blue) = 172+215+105=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD769 is #532896. Grayscale: #BEBEBE. Windows color (decimal): -5449879 or 6936492. OLE color: 6936492.

HSL color Cylindrical-coordinate representation of color #ACD769: hue angle of 83.45º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACD769 is Cyan = 0.2, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 105 -
CMYK 0.2 0 0.51 0.16
HSL 83.45º 0.58% 0.63% -
HSV(B) 83.45º 0.51% 0.84% -
XYZ 43.86 58.39 22.32 -
YUV 189.6 80.25 115.44 -
System Red Green Blue C M Y K H S L
Decimal 172 215 105 0.2 0 0.51 0.16 83.45 0.58 0.63
Hex AC D7 69 14 0 33 10 53 3A 3F
Octal 254 327 151 24 0 63 20 123 72 77
Binary 10101100 11010111 1101001 10100 0 110011 10000 1010011 111010 111111

Color Harmonies of #ACD769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD769

Black with #ACD769

Text Example


Text Example

White with #ACD769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD769; }

 p { color: rgb(172,215,105); }

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

background-color css

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

 a { background-color: rgb(172,215,105); }

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

border-color css

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

 span { border-color: rgb(172,215,105); }

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