Html Css Color HEX #A2D465 Conifer

📋 copy color: '#A2D465'

red 162 ◦ green 212 ◦ blue 101

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

Shades of Conifer #A2D465

Tints of Conifer #A2D465

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.63%

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

R = 34.11%
G = 44.63%
B = 21.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#A2D465 (or 0xA2D465) is known color: Conifer. HEX triplet: A2, D4 and 65. RGB value is (162,212,101). Sum of RGB (Red+Green+Blue) = 162+212+101=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D465 is #5D2B9A. Grayscale: #B8B8B8. Windows color (decimal): -6106011 or 6673570. OLE color: 6673570.

HSL color Cylindrical-coordinate representation of color #A2D465: hue angle of 87.03º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2D465 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 212 101 -
CMYK 0.24 0 0.52 0.17
HSL 87.03º 0.56% 0.61% -
HSV(B) 87.03º 0.52% 0.83% -
XYZ 40.79 55.71 20.91 -
YUV 184.4 80.94 112.03 -
System Red Green Blue C M Y K H S L
Decimal 162 212 101 0.24 0 0.52 0.17 87.03 0.56 0.61
Hex A2 D4 65 18 0 34 11 57 38 3D
Octal 242 324 145 30 0 64 21 127 70 75
Binary 10100010 11010100 1100101 11000 0 110100 10001 1010111 111000 111101

Color Harmonies of #A2D465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D465

Black with #A2D465

Text Example


Text Example

White with #A2D465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D465; }

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

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

background-color css

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

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

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

border-color css

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

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

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