Html Css Color HEX #A0D867 Conifer

📋 copy color: '#A0D867'

red 160 ◦ green 216 ◦ blue 103

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

Shades of Conifer #A0D867

Tints of Conifer #A0D867

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.09%

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

R = 33.4%
G = 45.09%
B = 21.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#A0D867 (or 0xA0D867) is known color: Conifer. HEX triplet: A0, D8 and 67. RGB value is (160,216,103). Sum of RGB (Red+Green+Blue) = 160+216+103=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D867 is #5F2798. Grayscale: #BABABA. Windows color (decimal): -6236057 or 6805664. OLE color: 6805664.

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

Color convert

RGB 160 216 103 -
CMYK 0.26 0 0.52 0.15
HSL 89.73º 0.59% 0.63% -
HSV(B) 89.73º 0.52% 0.85% -
XYZ 41.5 57.56 21.76 -
YUV 186.37 80.95 109.19 -
System Red Green Blue C M Y K H S L
Decimal 160 216 103 0.26 0 0.52 0.15 89.73 0.59 0.63
Hex A0 D8 67 1A 0 34 F 5A 3B 3F
Octal 240 330 147 32 0 64 17 132 73 77
Binary 10100000 11011000 1100111 11010 0 110100 1111 1011010 111011 111111

Color Harmonies of #A0D867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D867

Black with #A0D867

Text Example


Text Example

White with #A0D867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D867; }

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

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

background-color css

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

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

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

border-color css

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

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

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