Html Css Color HEX #A5C85A Conifer

📋 copy color: '#A5C85A'

red 165 ◦ green 200 ◦ blue 90

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

Shades of Conifer #A5C85A

Tints of Conifer #A5C85A

RGB

 RED value IS 165 (64.84% from 255) = 36.26%

 GREEN value IS 200 (78.52% from 255) = 43.96%

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

R = 36.26%
G = 43.96%
B = 19.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#A5C85A (or 0xA5C85A) is known color: Conifer. HEX triplet: A5, C8 and 5A. RGB value is (165,200,90). Sum of RGB (Red+Green+Blue) = 165+200+90=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C85A is #5A37A5. Grayscale: #B1B1B1. Windows color (decimal): -5912486 or 5949605. OLE color: 5949605.

HSL color Cylindrical-coordinate representation of color #A5C85A: hue angle of 79.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5C85A is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 200 90 -
CMYK 0.18 0 0.55 0.22
HSL 79.09º 0.5% 0.57% -
HSV(B) 79.09º 0.55% 0.78% -
XYZ 38.02 50.05 17.33 -
YUV 177 78.9 119.44 -
System Red Green Blue C M Y K H S L
Decimal 165 200 90 0.18 0 0.55 0.22 79.09 0.5 0.57
Hex A5 C8 5A 12 0 37 16 4F 32 39
Octal 245 310 132 22 0 67 26 117 62 71
Binary 10100101 11001000 1011010 10010 0 110111 10110 1001111 110010 111001

Color Harmonies of #A5C85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C85A

Black with #A5C85A

Text Example


Text Example

White with #A5C85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C85A; }

 p { color: rgb(165,200,90); }

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

background-color css

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

 a { background-color: rgb(165,200,90); }

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

border-color css

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

 span { border-color: rgb(165,200,90); }

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