Html Css Color HEX #ACDA5E Conifer

📋 copy color: '#ACDA5E'

red 172 ◦ green 218 ◦ blue 94

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

Shades of Conifer #ACDA5E

Tints of Conifer #ACDA5E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.04%

 BLUE value IS 94 (37.11% from 255) = 19.42%

R = 35.54%
G = 45.04%
B = 19.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#ACDA5E (or 0xACDA5E) is known color: Conifer. HEX triplet: AC, DA and 5E. RGB value is (172,218,94). Sum of RGB (Red+Green+Blue) = 172+218+94=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDA5E is #5325A1. Grayscale: #BEBEBE. Windows color (decimal): -5449122 or 6216364. OLE color: 6216364.

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

Color convert

RGB 172 218 94 -
CMYK 0.21 0 0.57 0.15
HSL 82.26º 0.63% 0.61% -
HSV(B) 82.26º 0.57% 0.85% -
XYZ 44.11 59.72 19.79 -
YUV 190.11 73.76 115.08 -
System Red Green Blue C M Y K H S L
Decimal 172 218 94 0.21 0 0.57 0.15 82.26 0.63 0.61
Hex AC DA 5E 15 0 39 F 52 3F 3D
Octal 254 332 136 25 0 71 17 122 77 75
Binary 10101100 11011010 1011110 10101 0 111001 1111 1010010 111111 111101

Color Harmonies of #ACDA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA5E

Black with #ACDA5E

Text Example


Text Example

White with #ACDA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA5E; }

 p { color: rgb(172,218,94); }

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

background-color css

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

 a { background-color: rgb(172,218,94); }

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

border-color css

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

 span { border-color: rgb(172,218,94); }

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