Html Css Color HEX #A0D05A Conifer

📋 copy color: '#A0D05A'

red 160 ◦ green 208 ◦ blue 90

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

Shades of Conifer #A0D05A

Tints of Conifer #A0D05A

RGB

 RED value IS 160 (62.89% from 255) = 34.93%

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

 BLUE value IS 90 (35.55% from 255) = 19.65%

R = 34.93%
G = 45.41%
B = 19.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#A0D05A (or 0xA0D05A) is known color: Conifer. HEX triplet: A0, D0 and 5A. RGB value is (160,208,90). Sum of RGB (Red+Green+Blue) = 160+208+90=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D05A is #5F2FA5. Grayscale: #B4B4B4. Windows color (decimal): -6238118 or 5951648. OLE color: 5951648.

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

Color convert

RGB 160 208 90 -
CMYK 0.23 0 0.57 0.18
HSL 84.41º 0.56% 0.58% -
HSV(B) 84.41º 0.57% 0.82% -
XYZ 38.9 53.32 17.92 -
YUV 180.2 77.1 113.59 -
System Red Green Blue C M Y K H S L
Decimal 160 208 90 0.23 0 0.57 0.18 84.41 0.56 0.58
Hex A0 D0 5A 17 0 39 12 54 38 3A
Octal 240 320 132 27 0 71 22 124 70 72
Binary 10100000 11010000 1011010 10111 0 111001 10010 1010100 111000 111010

Color Harmonies of #A0D05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D05A

Black with #A0D05A

Text Example


Text Example

White with #A0D05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D05A; }

 p { color: rgb(160,208,90); }

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

background-color css

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

 a { background-color: rgb(160,208,90); }

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

border-color css

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

 span { border-color: rgb(160,208,90); }

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