Html Css Color HEX #A7D85A Conifer

📋 copy color: '#A7D85A'

red 167 ◦ green 216 ◦ blue 90

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

Shades of Conifer #A7D85A

Tints of Conifer #A7D85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.67%

 BLUE value IS 90 (35.55% from 255) = 19.03%

R = 35.31%
G = 45.67%
B = 19.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#A7D85A (or 0xA7D85A) is known color: Conifer. HEX triplet: A7, D8 and 5A. RGB value is (167,216,90). Sum of RGB (Red+Green+Blue) = 167+216+90=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D85A is #5827A5. Grayscale: #BBBBBB. Windows color (decimal): -5777318 or 5953703. OLE color: 5953703.

HSL color Cylindrical-coordinate representation of color #A7D85A: hue angle of 83.33º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7D85A is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 216 90 -
CMYK 0.23 0 0.58 0.15
HSL 83.33º 0.62% 0.6% -
HSV(B) 83.33º 0.58% 0.85% -
XYZ 42.34 58.07 18.65 -
YUV 186.99 73.27 113.75 -
System Red Green Blue C M Y K H S L
Decimal 167 216 90 0.23 0 0.58 0.15 83.33 0.62 0.6
Hex A7 D8 5A 17 0 3A F 53 3E 3C
Octal 247 330 132 27 0 72 17 123 76 74
Binary 10100111 11011000 1011010 10111 0 111010 1111 1010011 111110 111100

Color Harmonies of #A7D85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D85A

Black with #A7D85A

Text Example


Text Example

White with #A7D85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D85A; }

 p { color: rgb(167,216,90); }

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

background-color css

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

 a { background-color: rgb(167,216,90); }

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

border-color css

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

 span { border-color: rgb(167,216,90); }

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