Html Css Color HEX #A8DC5F Conifer

📋 copy color: '#A8DC5F'

red 168 ◦ green 220 ◦ blue 95

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

Shades of Conifer #A8DC5F

Tints of Conifer #A8DC5F

RGB

 RED value IS 168 (66.02% from 255) = 34.78%

 GREEN value IS 220 (86.33% from 255) = 45.55%

 BLUE value IS 95 (37.5% from 255) = 19.67%

R = 34.78%
G = 45.55%
B = 19.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#A8DC5F (or 0xA8DC5F) is known color: Conifer. HEX triplet: A8, DC and 5F. RGB value is (168,220,95). Sum of RGB (Red+Green+Blue) = 168+220+95=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC5F is #5723A0. Grayscale: #BEBEBE. Windows color (decimal): -5710753 or 6282408. OLE color: 6282408.

HSL color Cylindrical-coordinate representation of color #A8DC5F: hue angle of 84.96º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8DC5F is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 95 -
CMYK 0.24 0 0.57 0.14
HSL 84.96º 0.64% 0.62% -
HSV(B) 84.96º 0.57% 0.86% -
XYZ 43.81 60.34 20.16 -
YUV 190.2 74.27 112.16 -
System Red Green Blue C M Y K H S L
Decimal 168 220 95 0.24 0 0.57 0.14 84.96 0.64 0.62
Hex A8 DC 5F 18 0 39 E 55 40 3E
Octal 250 334 137 30 0 71 16 125 100 76
Binary 10101000 11011100 1011111 11000 0 111001 1110 1010101 1000000 111110

Color Harmonies of #A8DC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DC5F

Black with #A8DC5F

Text Example


Text Example

White with #A8DC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DC5F; }

 p { color: rgb(168,220,95); }

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

background-color css

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

 a { background-color: rgb(168,220,95); }

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

border-color css

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

 span { border-color: rgb(168,220,95); }

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