Html Css Color HEX #A5CD55 Conifer

📋 copy color: '#A5CD55'

red 165 ◦ green 205 ◦ blue 85

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

Shades of Conifer #A5CD55

Tints of Conifer #A5CD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.68%

R = 36.26%
G = 45.05%
B = 18.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#A5CD55 (or 0xA5CD55) is known color: Conifer. HEX triplet: A5, CD and 55. RGB value is (165,205,85). Sum of RGB (Red+Green+Blue) = 165+205+85=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CD55 is #5A32AA. Grayscale: #B3B3B3. Windows color (decimal): -5911211 or 5623205. OLE color: 5623205.

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

Color convert

RGB 165 205 85 -
CMYK 0.20 0 0.59 0.20
HSL 80º 0.55% 0.57% -
HSV(B) 80º 0.59% 0.8% -
XYZ 38.99 52.32 16.64 -
YUV 179.36 74.75 117.76 -
System Red Green Blue C M Y K H S L
Decimal 165 205 85 0.20 0 0.59 0.20 80 0.55 0.57
Hex A5 CD 55 14 0 3B 14 50 37 39
Octal 245 315 125 24 0 73 24 120 67 71
Binary 10100101 11001101 1010101 10100 0 111011 10100 1010000 110111 111001

Color Harmonies of #A5CD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CD55

Black with #A5CD55

Text Example


Text Example

White with #A5CD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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