Html Css Color HEX #ACD350 Conifer

📋 copy color: '#ACD350'

red 172 ◦ green 211 ◦ blue 80

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

Shades of Conifer #ACD350

Tints of Conifer #ACD350

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.57%

 BLUE value IS 80 (31.64% from 255) = 17.28%

R = 37.15%
G = 45.57%
B = 17.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#ACD350 (or 0xACD350) is known color: Conifer. HEX triplet: AC, D3 and 50. RGB value is (172,211,80). Sum of RGB (Red+Green+Blue) = 172+211+80=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD350 is #532CAF. Grayscale: #B8B8B8. Windows color (decimal): -5450928 or 5297068. OLE color: 5297068.

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

Color convert

RGB 172 211 80 -
CMYK 0.18 0 0.62 0.17
HSL 77.86º 0.6% 0.57% -
HSV(B) 77.86º 0.62% 0.83% -
XYZ 41.76 55.94 16.19 -
YUV 184.41 69.08 119.15 -
System Red Green Blue C M Y K H S L
Decimal 172 211 80 0.18 0 0.62 0.17 77.86 0.6 0.57
Hex AC D3 50 12 0 3E 11 4E 3C 39
Octal 254 323 120 22 0 76 21 116 74 71
Binary 10101100 11010011 1010000 10010 0 111110 10001 1001110 111100 111001

Color Harmonies of #ACD350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD350

Black with #ACD350

Text Example


Text Example

White with #ACD350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD350; }

 p { color: rgb(172,211,80); }

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

background-color css

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

 a { background-color: rgb(172,211,80); }

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

border-color css

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

 span { border-color: rgb(172,211,80); }

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