Html Css Color HEX #ACD850 Conifer

📋 copy color: '#ACD850'

red 172 ◦ green 216 ◦ blue 80

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

Shades of Conifer #ACD850

Tints of Conifer #ACD850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.15%

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

R = 36.75%
G = 46.15%
B = 17.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#ACD850 (or 0xACD850) is known color: Conifer. HEX triplet: AC, D8 and 50. RGB value is (172,216,80). Sum of RGB (Red+Green+Blue) = 172+216+80=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD850 is #5327AF. Grayscale: #BBBBBB. Windows color (decimal): -5449648 or 5298348. OLE color: 5298348.

HSL color Cylindrical-coordinate representation of color #ACD850: hue angle of 79.41º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACD850 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 80 -
CMYK 0.20 0 0.63 0.15
HSL 79.41º 0.64% 0.58% -
HSV(B) 79.41º 0.63% 0.85% -
XYZ 43.02 58.46 16.61 -
YUV 187.34 67.42 117.06 -
System Red Green Blue C M Y K H S L
Decimal 172 216 80 0.20 0 0.63 0.15 79.41 0.64 0.58
Hex AC D8 50 14 0 3F F 4F 40 3A
Octal 254 330 120 24 0 77 17 117 100 72
Binary 10101100 11011000 1010000 10100 0 111111 1111 1001111 1000000 111010

Color Harmonies of #ACD850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD850

Black with #ACD850

Text Example


Text Example

White with #ACD850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD850; }

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

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

background-color css

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

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

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

border-color css

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

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

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