Html Css Color HEX #A2D058 Conifer

📋 copy color: '#A2D058'

red 162 ◦ green 208 ◦ blue 88

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

Shades of Conifer #A2D058

Tints of Conifer #A2D058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.21%

R = 35.37%
G = 45.41%
B = 19.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#A2D058 (or 0xA2D058) is known color: Conifer. HEX triplet: A2, D0 and 58. RGB value is (162,208,88). Sum of RGB (Red+Green+Blue) = 162+208+88=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D058 is #5D2FA7. Grayscale: #B5B5B5. Windows color (decimal): -6107048 or 5820578. OLE color: 5820578.

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

Color convert

RGB 162 208 88 -
CMYK 0.22 0 0.58 0.18
HSL 83º 0.56% 0.58% -
HSV(B) 83º 0.58% 0.82% -
XYZ 39.22 53.5 17.49 -
YUV 180.57 75.76 114.76 -
System Red Green Blue C M Y K H S L
Decimal 162 208 88 0.22 0 0.58 0.18 83 0.56 0.58
Hex A2 D0 58 16 0 3A 12 53 38 3A
Octal 242 320 130 26 0 72 22 123 70 72
Binary 10100010 11010000 1011000 10110 0 111010 10010 1010011 111000 111010

Color Harmonies of #A2D058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D058

Black with #A2D058

Text Example


Text Example

White with #A2D058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D058; }

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

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

background-color css

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

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

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

border-color css

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

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

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