Html Css Color HEX #A5D564 Conifer

📋 copy color: '#A5D564'

red 165 ◦ green 213 ◦ blue 100

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

Shades of Conifer #A5D564

Tints of Conifer #A5D564

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.56%

 BLUE value IS 100 (39.45% from 255) = 20.92%

R = 34.52%
G = 44.56%
B = 20.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#A5D564 (or 0xA5D564) is known color: Conifer. HEX triplet: A5, D5 and 64. RGB value is (165,213,100). Sum of RGB (Red+Green+Blue) = 165+213+100=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D564 is #5A2A9B. Grayscale: #BABABA. Windows color (decimal): -5909148 or 6608293. OLE color: 6608293.

HSL color Cylindrical-coordinate representation of color #A5D564: hue angle of 85.49º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5D564 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 213 100 -
CMYK 0.23 0 0.53 0.16
HSL 85.49º 0.57% 0.61% -
HSV(B) 85.49º 0.53% 0.84% -
XYZ 41.61 56.51 20.77 -
YUV 185.77 79.6 113.19 -
System Red Green Blue C M Y K H S L
Decimal 165 213 100 0.23 0 0.53 0.16 85.49 0.57 0.61
Hex A5 D5 64 17 0 35 10 55 39 3D
Octal 245 325 144 27 0 65 20 125 71 75
Binary 10100101 11010101 1100100 10111 0 110101 10000 1010101 111001 111101

Color Harmonies of #A5D564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D564

Black with #A5D564

Text Example


Text Example

White with #A5D564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D564; }

 p { color: rgb(165,213,100); }

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

background-color css

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

 a { background-color: rgb(165,213,100); }

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

border-color css

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

 span { border-color: rgb(165,213,100); }

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