Html Css Color HEX #A5D065 Conifer

📋 copy color: '#A5D065'

red 165 ◦ green 208 ◦ blue 101

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

Shades of Conifer #A5D065

Tints of Conifer #A5D065

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.88%

 BLUE value IS 101 (39.84% from 255) = 21.31%

R = 34.81%
G = 43.88%
B = 21.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#A5D065 (or 0xA5D065) is known color: Conifer. HEX triplet: A5, D0 and 65. RGB value is (165,208,101). Sum of RGB (Red+Green+Blue) = 165+208+101=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D065 is #5A2F9A. Grayscale: #B7B7B7. Windows color (decimal): -5910427 or 6672549. OLE color: 6672549.

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

Color convert

RGB 165 208 101 -
CMYK 0.21 0 0.51 0.18
HSL 84.11º 0.53% 0.61% -
HSV(B) 84.11º 0.51% 0.82% -
XYZ 40.42 54.05 20.61 -
YUV 182.95 81.75 115.2 -
System Red Green Blue C M Y K H S L
Decimal 165 208 101 0.21 0 0.51 0.18 84.11 0.53 0.61
Hex A5 D0 65 15 0 33 12 54 35 3D
Octal 245 320 145 25 0 63 22 124 65 75
Binary 10100101 11010000 1100101 10101 0 110011 10010 1010100 110101 111101

Color Harmonies of #A5D065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D065

Black with #A5D065

Text Example


Text Example

White with #A5D065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D065; }

 p { color: rgb(165,208,101); }

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

background-color css

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

 a { background-color: rgb(165,208,101); }

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

border-color css

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

 span { border-color: rgb(165,208,101); }

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