Html Css Color HEX #A0D765 Conifer

📋 copy color: '#A0D765'

red 160 ◦ green 215 ◦ blue 101

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

Shades of Conifer #A0D765

Tints of Conifer #A0D765

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.17%

 BLUE value IS 101 (39.84% from 255) = 21.22%

R = 33.61%
G = 45.17%
B = 21.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#A0D765 (or 0xA0D765) is known color: Conifer. HEX triplet: A0, D7 and 65. RGB value is (160,215,101). Sum of RGB (Red+Green+Blue) = 160+215+101=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D765 is #5F289A. Grayscale: #B9B9B9. Windows color (decimal): -6236315 or 6674336. OLE color: 6674336.

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

Color convert

RGB 160 215 101 -
CMYK 0.26 0 0.53 0.16
HSL 88.95º 0.59% 0.62% -
HSV(B) 88.95º 0.53% 0.84% -
XYZ 41.15 57.01 21.15 -
YUV 185.56 80.28 109.77 -
System Red Green Blue C M Y K H S L
Decimal 160 215 101 0.26 0 0.53 0.16 88.95 0.59 0.62
Hex A0 D7 65 1A 0 35 10 59 3B 3E
Octal 240 327 145 32 0 65 20 131 73 76
Binary 10100000 11010111 1100101 11010 0 110101 10000 1011001 111011 111110

Color Harmonies of #A0D765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D765

Black with #A0D765

Text Example


Text Example

White with #A0D765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D765; }

 p { color: rgb(160,215,101); }

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

background-color css

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

 a { background-color: rgb(160,215,101); }

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

border-color css

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

 span { border-color: rgb(160,215,101); }

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