Html Css Color HEX #A3D965 Conifer

📋 copy color: '#A3D965'

red 163 ◦ green 217 ◦ blue 101

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

Shades of Conifer #A3D965

Tints of Conifer #A3D965

RGB

 RED value IS 163 (64.06% from 255) = 33.89%

 GREEN value IS 217 (85.16% from 255) = 45.11%

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

R = 33.89%
G = 45.11%
B = 21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#A3D965 (or 0xA3D965) is known color: Conifer. HEX triplet: A3, D9 and 65. RGB value is (163,217,101). Sum of RGB (Red+Green+Blue) = 163+217+101=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D965 is #5C269A. Grayscale: #BCBCBC. Windows color (decimal): -6039195 or 6674851. OLE color: 6674851.

HSL color Cylindrical-coordinate representation of color #A3D965: hue angle of 87.93º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3D965 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 217 101 -
CMYK 0.25 0 0.53 0.15
HSL 87.93º 0.6% 0.62% -
HSV(B) 87.93º 0.53% 0.85% -
XYZ 42.27 58.35 21.35 -
YUV 187.63 79.11 110.43 -
System Red Green Blue C M Y K H S L
Decimal 163 217 101 0.25 0 0.53 0.15 87.93 0.6 0.62
Hex A3 D9 65 19 0 35 F 58 3C 3E
Octal 243 331 145 31 0 65 17 130 74 76
Binary 10100011 11011001 1100101 11001 0 110101 1111 1011000 111100 111110

Color Harmonies of #A3D965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D965

Black with #A3D965

Text Example


Text Example

White with #A3D965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D965; }

 p { color: rgb(163,217,101); }

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

background-color css

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

 a { background-color: rgb(163,217,101); }

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

border-color css

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

 span { border-color: rgb(163,217,101); }

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