Html Css Color HEX #A7CD5E Conifer

📋 copy color: '#A7CD5E'

red 167 ◦ green 205 ◦ blue 94

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

Shades of Conifer #A7CD5E

Tints of Conifer #A7CD5E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.99%

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

R = 35.84%
G = 43.99%
B = 20.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#A7CD5E (or 0xA7CD5E) is known color: Conifer. HEX triplet: A7, CD and 5E. RGB value is (167,205,94). Sum of RGB (Red+Green+Blue) = 167+205+94=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CD5E is #5832A1. Grayscale: #B5B5B5. Windows color (decimal): -5780130 or 6213031. OLE color: 6213031.

HSL color Cylindrical-coordinate representation of color #A7CD5E: hue angle of 80.54º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A7CD5E is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 205 94 -
CMYK 0.19 0 0.54 0.20
HSL 80.54º 0.53% 0.59% -
HSV(B) 80.54º 0.54% 0.8% -
XYZ 39.79 52.69 18.66 -
YUV 180.98 78.91 118.03 -
System Red Green Blue C M Y K H S L
Decimal 167 205 94 0.19 0 0.54 0.20 80.54 0.53 0.59
Hex A7 CD 5E 13 0 36 14 51 35 3B
Octal 247 315 136 23 0 66 24 121 65 73
Binary 10100111 11001101 1011110 10011 0 110110 10100 1010001 110101 111011

Color Harmonies of #A7CD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CD5E

Black with #A7CD5E

Text Example


Text Example

White with #A7CD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CD5E; }

 p { color: rgb(167,205,94); }

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

background-color css

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

 a { background-color: rgb(167,205,94); }

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

border-color css

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

 span { border-color: rgb(167,205,94); }

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