Html Css Color HEX #A0D65B Conifer

📋 copy color: '#A0D65B'

red 160 ◦ green 214 ◦ blue 91

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

Shades of Conifer #A0D65B

Tints of Conifer #A0D65B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.02%

 BLUE value IS 91 (35.94% from 255) = 19.57%

R = 34.41%
G = 46.02%
B = 19.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#A0D65B (or 0xA0D65B) is known color: Conifer. HEX triplet: A0, D6 and 5B. RGB value is (160,214,91). Sum of RGB (Red+Green+Blue) = 160+214+91=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D65B is #5F29A4. Grayscale: #B8B8B8. Windows color (decimal): -6236581 or 6018720. OLE color: 6018720.

HSL color Cylindrical-coordinate representation of color #A0D65B: hue angle of 86.34º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0D65B is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 214 91 -
CMYK 0.25 0 0.57 0.16
HSL 86.34º 0.6% 0.6% -
HSV(B) 86.34º 0.57% 0.84% -
XYZ 40.43 56.32 18.64 -
YUV 183.83 75.61 111 -
System Red Green Blue C M Y K H S L
Decimal 160 214 91 0.25 0 0.57 0.16 86.34 0.6 0.6
Hex A0 D6 5B 19 0 39 10 56 3C 3C
Octal 240 326 133 31 0 71 20 126 74 74
Binary 10100000 11010110 1011011 11001 0 111001 10000 1010110 111100 111100

Color Harmonies of #A0D65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D65B

Black with #A0D65B

Text Example


Text Example

White with #A0D65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D65B; }

 p { color: rgb(160,214,91); }

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

background-color css

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

 a { background-color: rgb(160,214,91); }

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

border-color css

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

 span { border-color: rgb(160,214,91); }

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