Html Css Color HEX #A5CA5D Conifer

📋 copy color: '#A5CA5D'

red 165 ◦ green 202 ◦ blue 93

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

Shades of Conifer #A5CA5D

Tints of Conifer #A5CA5D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.91%

 BLUE value IS 93 (36.72% from 255) = 20.22%

R = 35.87%
G = 43.91%
B = 20.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#A5CA5D (or 0xA5CA5D) is known color: Conifer. HEX triplet: A5, CA and 5D. RGB value is (165,202,93). Sum of RGB (Red+Green+Blue) = 165+202+93=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA5D is #5A35A2. Grayscale: #B2B2B2. Windows color (decimal): -5911971 or 6146725. OLE color: 6146725.

HSL color Cylindrical-coordinate representation of color #A5CA5D: hue angle of 80.37º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5CA5D is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 202 93 -
CMYK 0.18 0 0.54 0.21
HSL 80.37º 0.51% 0.58% -
HSV(B) 80.37º 0.54% 0.79% -
XYZ 38.61 51.03 18.17 -
YUV 178.51 79.74 118.36 -
System Red Green Blue C M Y K H S L
Decimal 165 202 93 0.18 0 0.54 0.21 80.37 0.51 0.58
Hex A5 CA 5D 12 0 36 15 50 33 3A
Octal 245 312 135 22 0 66 25 120 63 72
Binary 10100101 11001010 1011101 10010 0 110110 10101 1010000 110011 111010

Color Harmonies of #A5CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA5D

Black with #A5CA5D

Text Example


Text Example

White with #A5CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA5D; }

 p { color: rgb(165,202,93); }

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

background-color css

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

 a { background-color: rgb(165,202,93); }

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

border-color css

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

 span { border-color: rgb(165,202,93); }

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