Html Css Color HEX #A7D560 Conifer

📋 copy color: '#A7D560'

red 167 ◦ green 213 ◦ blue 96

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

Shades of Conifer #A7D560

Tints of Conifer #A7D560

RGB

 RED value IS 167 (65.63% from 255) = 35.08%

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

 BLUE value IS 96 (37.89% from 255) = 20.17%

R = 35.08%
G = 44.75%
B = 20.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#A7D560 (or 0xA7D560) is known color: Conifer. HEX triplet: A7, D5 and 60. RGB value is (167,213,96). Sum of RGB (Red+Green+Blue) = 167+213+96=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D560 is #582A9F. Grayscale: #BABABA. Windows color (decimal): -5778080 or 6346151. OLE color: 6346151.

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

Color convert

RGB 167 213 96 -
CMYK 0.22 0 0.55 0.16
HSL 83.59º 0.58% 0.61% -
HSV(B) 83.59º 0.55% 0.84% -
XYZ 41.84 56.65 19.8 -
YUV 185.91 77.26 114.51 -
System Red Green Blue C M Y K H S L
Decimal 167 213 96 0.22 0 0.55 0.16 83.59 0.58 0.61
Hex A7 D5 60 16 0 37 10 54 3A 3D
Octal 247 325 140 26 0 67 20 124 72 75
Binary 10100111 11010101 1100000 10110 0 110111 10000 1010100 111010 111101

Color Harmonies of #A7D560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D560

Black with #A7D560

Text Example


Text Example

White with #A7D560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D560; }

 p { color: rgb(167,213,96); }

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

background-color css

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

 a { background-color: rgb(167,213,96); }

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

border-color css

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

 span { border-color: rgb(167,213,96); }

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