Html Css Color HEX #ACD06A Conifer

📋 copy color: '#ACD06A'

red 172 ◦ green 208 ◦ blue 106

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

Shades of Conifer #ACD06A

Tints of Conifer #ACD06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.81%

R = 35.39%
G = 42.8%
B = 21.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#ACD06A (or 0xACD06A) is known color: Conifer. HEX triplet: AC, D0 and 6A. RGB value is (172,208,106). Sum of RGB (Red+Green+Blue) = 172+208+106=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD06A is #532F95. Grayscale: #B9B9B9. Windows color (decimal): -5451670 or 7000236. OLE color: 7000236.

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

Color convert

RGB 172 208 106 -
CMYK 0.17 0 0.49 0.18
HSL 81.18º 0.52% 0.62% -
HSV(B) 81.18º 0.49% 0.82% -
XYZ 42.17 54.92 22.01 -
YUV 185.61 83.07 118.29 -
System Red Green Blue C M Y K H S L
Decimal 172 208 106 0.17 0 0.49 0.18 81.18 0.52 0.62
Hex AC D0 6A 11 0 31 12 51 34 3E
Octal 254 320 152 21 0 61 22 121 64 76
Binary 10101100 11010000 1101010 10001 0 110001 10010 1010001 110100 111110

Color Harmonies of #ACD06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD06A

Black with #ACD06A

Text Example


Text Example

White with #ACD06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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