Html Css Color HEX #ACD150 Conifer

📋 copy color: '#ACD150'

red 172 ◦ green 209 ◦ blue 80

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

Shades of Conifer #ACD150

Tints of Conifer #ACD150

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.34%

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

R = 37.31%
G = 45.34%
B = 17.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#ACD150 (or 0xACD150) is known color: Conifer. HEX triplet: AC, D1 and 50. RGB value is (172,209,80). Sum of RGB (Red+Green+Blue) = 172+209+80=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD150 is #532EAF. Grayscale: #B7B7B7. Windows color (decimal): -5451440 or 5296556. OLE color: 5296556.

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

Color convert

RGB 172 209 80 -
CMYK 0.18 0 0.62 0.18
HSL 77.21º 0.58% 0.57% -
HSV(B) 77.21º 0.62% 0.82% -
XYZ 41.26 54.95 16.02 -
YUV 183.23 69.74 119.99 -
System Red Green Blue C M Y K H S L
Decimal 172 209 80 0.18 0 0.62 0.18 77.21 0.58 0.57
Hex AC D1 50 12 0 3E 12 4D 3A 39
Octal 254 321 120 22 0 76 22 115 72 71
Binary 10101100 11010001 1010000 10010 0 111110 10010 1001101 111010 111001

Color Harmonies of #ACD150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD150

Black with #ACD150

Text Example


Text Example

White with #ACD150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD150; }

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

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

background-color css

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

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

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

border-color css

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

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

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