Html Css Color HEX #A2D564 Conifer

📋 copy color: '#A2D564'

red 162 ◦ green 213 ◦ blue 100

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

Shades of Conifer #A2D564

Tints of Conifer #A2D564

RGB

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

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

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

R = 34.11%
G = 44.84%
B = 21.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#A2D564 (or 0xA2D564) is known color: Conifer. HEX triplet: A2, D5 and 64. RGB value is (162,213,100). Sum of RGB (Red+Green+Blue) = 162+213+100=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D564 is #5D2A9B. Grayscale: #B9B9B9. Windows color (decimal): -6105756 or 6608290. OLE color: 6608290.

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

Color convert

RGB 162 213 100 -
CMYK 0.24 0 0.53 0.16
HSL 87.08º 0.57% 0.61% -
HSV(B) 87.08º 0.53% 0.84% -
XYZ 40.99 56.19 20.74 -
YUV 184.87 80.1 111.69 -
System Red Green Blue C M Y K H S L
Decimal 162 213 100 0.24 0 0.53 0.16 87.08 0.57 0.61
Hex A2 D5 64 18 0 35 10 57 39 3D
Octal 242 325 144 30 0 65 20 127 71 75
Binary 10100010 11010101 1100100 11000 0 110101 10000 1010111 111001 111101

Color Harmonies of #A2D564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D564

Black with #A2D564

Text Example


Text Example

White with #A2D564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D564; }

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

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

background-color css

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

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

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

border-color css

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

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

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