Html Css Color HEX #A2D055 Conifer

📋 copy color: '#A2D055'

red 162 ◦ green 208 ◦ blue 85

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

Shades of Conifer #A2D055

Tints of Conifer #A2D055

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.71%

 BLUE value IS 85 (33.59% from 255) = 18.68%

R = 35.6%
G = 45.71%
B = 18.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#A2D055 (or 0xA2D055) is known color: Conifer. HEX triplet: A2, D0 and 55. RGB value is (162,208,85). Sum of RGB (Red+Green+Blue) = 162+208+85=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D055 is #5D2FAA. Grayscale: #B4B4B4. Windows color (decimal): -6107051 or 5623970. OLE color: 5623970.

HSL color Cylindrical-coordinate representation of color #A2D055: hue angle of 82.44º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2D055 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 208 85 -
CMYK 0.22 0 0.59 0.18
HSL 82.44º 0.57% 0.57% -
HSV(B) 82.44º 0.59% 0.82% -
XYZ 39.1 53.45 16.85 -
YUV 180.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 162 208 85 0.22 0 0.59 0.18 82.44 0.57 0.57
Hex A2 D0 55 16 0 3B 12 52 39 39
Octal 242 320 125 26 0 73 22 122 71 71
Binary 10100010 11010000 1010101 10110 0 111011 10010 1010010 111001 111001

Color Harmonies of #A2D055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D055

Black with #A2D055

Text Example


Text Example

White with #A2D055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D055; }

 p { color: rgb(162,208,85); }

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

background-color css

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

 a { background-color: rgb(162,208,85); }

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

border-color css

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

 span { border-color: rgb(162,208,85); }

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