Html Css Color HEX #A2D550 Conifer

📋 copy color: '#A2D550'

red 162 ◦ green 213 ◦ blue 80

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

Shades of Conifer #A2D550

Tints of Conifer #A2D550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.58%

R = 35.6%
G = 46.81%
B = 17.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#A2D550 (or 0xA2D550) is known color: Conifer. HEX triplet: A2, D5 and 50. RGB value is (162,213,80). Sum of RGB (Red+Green+Blue) = 162+213+80=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D550 is #5D2AAF. Grayscale: #B7B7B7. Windows color (decimal): -6105776 or 5297570. OLE color: 5297570.

HSL color Cylindrical-coordinate representation of color #A2D550: hue angle of 83.01º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2D550 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 213 80 -
CMYK 0.24 0 0.62 0.16
HSL 83.01º 0.61% 0.57% -
HSV(B) 83.01º 0.62% 0.84% -
XYZ 40.14 55.85 16.25 -
YUV 182.59 70.1 113.31 -
System Red Green Blue C M Y K H S L
Decimal 162 213 80 0.24 0 0.62 0.16 83.01 0.61 0.57
Hex A2 D5 50 18 0 3E 10 53 3D 39
Octal 242 325 120 30 0 76 20 123 75 71
Binary 10100010 11010101 1010000 11000 0 111110 10000 1010011 111101 111001

Color Harmonies of #A2D550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D550

Black with #A2D550

Text Example


Text Example

White with #A2D550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D550; }

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

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

background-color css

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

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

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

border-color css

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

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

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