Html Css Color HEX #ACD450 Conifer

📋 copy color: '#ACD450'

red 172 ◦ green 212 ◦ blue 80

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

Shades of Conifer #ACD450

Tints of Conifer #ACD450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.69%

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

R = 37.07%
G = 45.69%
B = 17.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#ACD450 (or 0xACD450) is known color: Conifer. HEX triplet: AC, D4 and 50. RGB value is (172,212,80). Sum of RGB (Red+Green+Blue) = 172+212+80=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD450 is #532BAF. Grayscale: #B9B9B9. Windows color (decimal): -5450672 or 5297324. OLE color: 5297324.

HSL color Cylindrical-coordinate representation of color #ACD450: hue angle of 78.18º degrees, saturation: 0.61, 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 #ACD450 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 80 -
CMYK 0.19 0 0.62 0.17
HSL 78.18º 0.61% 0.57% -
HSV(B) 78.18º 0.62% 0.83% -
XYZ 42 56.44 16.27 -
YUV 184.99 68.75 118.73 -
System Red Green Blue C M Y K H S L
Decimal 172 212 80 0.19 0 0.62 0.17 78.18 0.61 0.57
Hex AC D4 50 13 0 3E 11 4E 3D 39
Octal 254 324 120 23 0 76 21 116 75 71
Binary 10101100 11010100 1010000 10011 0 111110 10001 1001110 111101 111001

Color Harmonies of #ACD450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD450

Black with #ACD450

Text Example


Text Example

White with #ACD450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD450; }

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

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

background-color css

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

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

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

border-color css

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

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

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