Html Css Color HEX #A8D56B Conifer

📋 copy color: '#A8D56B'

red 168 ◦ green 213 ◦ blue 107

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

Shades of Conifer #A8D56B

Tints of Conifer #A8D56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.93%

R = 34.43%
G = 43.65%
B = 21.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#A8D56B (or 0xA8D56B) is known color: Conifer. HEX triplet: A8, D5 and 6B. RGB value is (168,213,107). Sum of RGB (Red+Green+Blue) = 168+213+107=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D56B is #572A94. Grayscale: #BBBBBB. Windows color (decimal): -5712533 or 7067048. OLE color: 7067048.

HSL color Cylindrical-coordinate representation of color #A8D56B: hue angle of 85.47º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8D56B is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 107 -
CMYK 0.21 0 0.50 0.16
HSL 85.47º 0.56% 0.63% -
HSV(B) 85.47º 0.5% 0.84% -
XYZ 42.6 56.97 22.66 -
YUV 187.46 82.59 114.12 -
System Red Green Blue C M Y K H S L
Decimal 168 213 107 0.21 0 0.50 0.16 85.47 0.56 0.63
Hex A8 D5 6B 15 0 32 10 55 38 3F
Octal 250 325 153 25 0 62 20 125 70 77
Binary 10101000 11010101 1101011 10101 0 110010 10000 1010101 111000 111111

Color Harmonies of #A8D56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D56B

Black with #A8D56B

Text Example


Text Example

White with #A8D56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D56B; }

 p { color: rgb(168,213,107); }

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

background-color css

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

 a { background-color: rgb(168,213,107); }

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

border-color css

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

 span { border-color: rgb(168,213,107); }

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