Html Css Color HEX #ACD25D Conifer

📋 copy color: '#ACD25D'

red 172 ◦ green 210 ◦ blue 93

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

Shades of Conifer #ACD25D

Tints of Conifer #ACD25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.21%

 BLUE value IS 93 (36.72% from 255) = 19.58%

R = 36.21%
G = 44.21%
B = 19.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#ACD25D (or 0xACD25D) is known color: Conifer. HEX triplet: AC, D2 and 5D. RGB value is (172,210,93). Sum of RGB (Red+Green+Blue) = 172+210+93=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD25D is #532DA2. Grayscale: #B9B9B9. Windows color (decimal): -5451171 or 6148780. OLE color: 6148780.

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

Color convert

RGB 172 210 93 -
CMYK 0.18 0 0.56 0.18
HSL 79.49º 0.57% 0.59% -
HSV(B) 79.49º 0.56% 0.82% -
XYZ 42.04 55.65 18.88 -
YUV 185.3 75.91 118.51 -
System Red Green Blue C M Y K H S L
Decimal 172 210 93 0.18 0 0.56 0.18 79.49 0.57 0.59
Hex AC D2 5D 12 0 38 12 4F 39 3B
Octal 254 322 135 22 0 70 22 117 71 73
Binary 10101100 11010010 1011101 10010 0 111000 10010 1001111 111001 111011

Color Harmonies of #ACD25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD25D

Black with #ACD25D

Text Example


Text Example

White with #ACD25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD25D; }

 p { color: rgb(172,210,93); }

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

background-color css

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

 a { background-color: rgb(172,210,93); }

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

border-color css

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

 span { border-color: rgb(172,210,93); }

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