Html Css Color HEX #A0D967 Conifer

📋 copy color: '#A0D967'

red 160 ◦ green 217 ◦ blue 103

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

Shades of Conifer #A0D967

Tints of Conifer #A0D967

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.21%

 BLUE value IS 103 (40.63% from 255) = 21.46%

R = 33.33%
G = 45.21%
B = 21.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#A0D967 (or 0xA0D967) is known color: Conifer. HEX triplet: A0, D9 and 67. RGB value is (160,217,103). Sum of RGB (Red+Green+Blue) = 160+217+103=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D967 is #5F2698. Grayscale: #BBBBBB. Windows color (decimal): -6235801 or 6805920. OLE color: 6805920.

HSL color Cylindrical-coordinate representation of color #A0D967: hue angle of 90º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0D967 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 103 -
CMYK 0.26 0 0.53 0.15
HSL 90º 0.6% 0.63% -
HSV(B) 90º 0.53% 0.85% -
XYZ 41.76 58.08 21.84 -
YUV 186.96 80.62 108.77 -
System Red Green Blue C M Y K H S L
Decimal 160 217 103 0.26 0 0.53 0.15 90 0.6 0.63
Hex A0 D9 67 1A 0 35 F 5A 3C 3F
Octal 240 331 147 32 0 65 17 132 74 77
Binary 10100000 11011001 1100111 11010 0 110101 1111 1011010 111100 111111

Color Harmonies of #A0D967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D967

Black with #A0D967

Text Example


Text Example

White with #A0D967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D967; }

 p { color: rgb(160,217,103); }

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

background-color css

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

 a { background-color: rgb(160,217,103); }

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

border-color css

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

 span { border-color: rgb(160,217,103); }

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