Html Css Color HEX #ACD067 Conifer

📋 copy color: '#ACD067'

red 172 ◦ green 208 ◦ blue 103

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

Shades of Conifer #ACD067

Tints of Conifer #ACD067

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.06%

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

R = 35.61%
G = 43.06%
B = 21.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#ACD067 (or 0xACD067) is known color: Conifer. HEX triplet: AC, D0 and 67. RGB value is (172,208,103). Sum of RGB (Red+Green+Blue) = 172+208+103=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD067 is #532F98. Grayscale: #B9B9B9. Windows color (decimal): -5451673 or 6803628. OLE color: 6803628.

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

Color convert

RGB 172 208 103 -
CMYK 0.17 0 0.50 0.18
HSL 80.57º 0.53% 0.61% -
HSV(B) 80.57º 0.5% 0.82% -
XYZ 42.02 54.86 21.21 -
YUV 185.27 81.57 118.54 -
System Red Green Blue C M Y K H S L
Decimal 172 208 103 0.17 0 0.50 0.18 80.57 0.53 0.61
Hex AC D0 67 11 0 32 12 51 35 3D
Octal 254 320 147 21 0 62 22 121 65 75
Binary 10101100 11010000 1100111 10001 0 110010 10010 1010001 110101 111101

Color Harmonies of #ACD067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD067

Black with #ACD067

Text Example


Text Example

White with #ACD067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD067; }

 p { color: rgb(172,208,103); }

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

background-color css

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

 a { background-color: rgb(172,208,103); }

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

border-color css

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

 span { border-color: rgb(172,208,103); }

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