Html Css Color HEX #A5CD5D Conifer

📋 copy color: '#A5CD5D'

red 165 ◦ green 205 ◦ blue 93

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

Shades of Conifer #A5CD5D

Tints of Conifer #A5CD5D

RGB

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

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

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

R = 35.64%
G = 44.28%
B = 20.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#A5CD5D (or 0xA5CD5D) is known color: Conifer. HEX triplet: A5, CD and 5D. RGB value is (165,205,93). Sum of RGB (Red+Green+Blue) = 165+205+93=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CD5D is #5A32A2. Grayscale: #B4B4B4. Windows color (decimal): -5911203 or 6147493. OLE color: 6147493.

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

Color convert

RGB 165 205 93 -
CMYK 0.20 0 0.55 0.20
HSL 81.43º 0.53% 0.58% -
HSV(B) 81.43º 0.55% 0.8% -
XYZ 39.32 52.45 18.41 -
YUV 180.27 78.75 117.11 -
System Red Green Blue C M Y K H S L
Decimal 165 205 93 0.20 0 0.55 0.20 81.43 0.53 0.58
Hex A5 CD 5D 14 0 37 14 51 35 3A
Octal 245 315 135 24 0 67 24 121 65 72
Binary 10100101 11001101 1011101 10100 0 110111 10100 1010001 110101 111010

Color Harmonies of #A5CD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CD5D

Black with #A5CD5D

Text Example


Text Example

White with #A5CD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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