Html Css Color HEX #A2D965 Conifer

📋 copy color: '#A2D965'

red 162 ◦ green 217 ◦ blue 101

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

Shades of Conifer #A2D965

Tints of Conifer #A2D965

RGB

 RED value IS 162 (63.67% from 255) = 33.75%

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

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

R = 33.75%
G = 45.21%
B = 21.04%

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

#A2D965 (or 0xA2D965) is known color: Conifer. HEX triplet: A2, D9 and 65. RGB value is (162,217,101). Sum of RGB (Red+Green+Blue) = 162+217+101=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D965 is #5D269A. Grayscale: #BBBBBB. Windows color (decimal): -6104731 or 6674850. OLE color: 6674850.

HSL color Cylindrical-coordinate representation of color #A2D965: hue angle of 88.45º 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 #A2D965 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 217 101 -
CMYK 0.25 0 0.53 0.15
HSL 88.45º 0.6% 0.62% -
HSV(B) 88.45º 0.53% 0.85% -
XYZ 42.06 58.25 21.34 -
YUV 187.33 79.28 109.93 -
System Red Green Blue C M Y K H S L
Decimal 162 217 101 0.25 0 0.53 0.15 88.45 0.6 0.62
Hex A2 D9 65 19 0 35 F 58 3C 3E
Octal 242 331 145 31 0 65 17 130 74 76
Binary 10100010 11011001 1100101 11001 0 110101 1111 1011000 111100 111110

Color Harmonies of #A2D965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D965

Black with #A2D965

Text Example


Text Example

White with #A2D965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D965; }

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

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

background-color css

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

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

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

border-color css

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

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

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