Html Css Color HEX #ACD562 Conifer

📋 copy color: '#ACD562'

red 172 ◦ green 213 ◦ blue 98

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

Shades of Conifer #ACD562

Tints of Conifer #ACD562

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.1%

 BLUE value IS 98 (38.67% from 255) = 20.29%

R = 35.61%
G = 44.1%
B = 20.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#ACD562 (or 0xACD562) is known color: Conifer. HEX triplet: AC, D5 and 62. RGB value is (172,213,98). Sum of RGB (Red+Green+Blue) = 172+213+98=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD562 is #532A9D. Grayscale: #BCBCBC. Windows color (decimal): -5450398 or 6477228. OLE color: 6477228.

HSL color Cylindrical-coordinate representation of color #ACD562: hue angle of 81.39º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACD562 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 98 -
CMYK 0.19 0 0.54 0.16
HSL 81.39º 0.58% 0.61% -
HSV(B) 81.39º 0.54% 0.84% -
XYZ 43.01 57.24 20.34 -
YUV 187.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 172 213 98 0.19 0 0.54 0.16 81.39 0.58 0.61
Hex AC D5 62 13 0 36 10 51 3A 3D
Octal 254 325 142 23 0 66 20 121 72 75
Binary 10101100 11010101 1100010 10011 0 110110 10000 1010001 111010 111101

Color Harmonies of #ACD562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD562

Black with #ACD562

Text Example


Text Example

White with #ACD562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD562; }

 p { color: rgb(172,213,98); }

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

background-color css

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

 a { background-color: rgb(172,213,98); }

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

border-color css

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

 span { border-color: rgb(172,213,98); }

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